Skip to content

Commit

Permalink
Remove vim swap file and fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrinkmeier committed Mar 31, 2024
1 parent 7e587ca commit 33d94e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file removed test/Web/.ScottySpec.hs.swp
Binary file not shown.
2 changes: 1 addition & 1 deletion test/Web/ScottySpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 33d94e8

Please sign in to comment.