diff --git a/test/Web/.ScottySpec.hs.swp b/test/Web/.ScottySpec.hs.swp deleted file mode 100644 index 5b24563..0000000 Binary files a/test/Web/.ScottySpec.hs.swp and /dev/null differ diff --git a/test/Web/ScottySpec.hs b/test/Web/ScottySpec.hs index d23dfe9..0279adf 100644 --- a/test/Web/ScottySpec.hs +++ b/test/Web/ScottySpec.hs @@ -295,7 +295,7 @@ spec = do it "decodes URL-encoding" $ do postForm "/search" "sfQuery=Kurf%C3%BCrstendamm&sfYear=2024" `shouldRespondWith` "Kurfürstendamm" - it "returns 400 when the form can't is malformed" $ do + it "returns 400 when the form is malformed" $ do postForm "/search" "sfQuery=Haskell" `shouldRespondWith` 400 describe "formParam" $ do