diff --git a/test/Test/HTTPurple/IntegrationSpec.purs b/test/Test/HTTPurple/IntegrationSpec.purs index 4876b7c..a2d9181 100644 --- a/test/Test/HTTPurple/IntegrationSpec.purs +++ b/test/Test/HTTPurple/IntegrationSpec.purs @@ -93,7 +93,7 @@ jsonParsingSpec = close <- liftEffect JsonParsing.main response <- post 8080 empty "/" "{\"name\":\"world\"}" liftEffect $ close $ pure unit - response ?= "{\"hello\": \"world\"}" + response ?= "{\"hello\": \"world\" }" middlewareSpec :: Test middlewareSpec =