Skip to content

Commit

Permalink
Update test/Test/Biscotti/CookieTest.purs
Browse files Browse the repository at this point in the history
Co-authored-by: Dave Zuch <[email protected]>
  • Loading branch information
boygao1992 and davezuch authored Aug 28, 2021
1 parent a3ac657 commit de06b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Test/Biscotti/CookieTest.purs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ testSuite = do
Cookie.parse "key=val" `shouldEqual` Right expected

suite "parseMany" do
test "parse value wrapped in DQUOTEs" do
test "parse value wrapped in double-quotes" do
let
expected =
List.fromFoldable
Expand Down

0 comments on commit de06b90

Please sign in to comment.