Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save domenkozar/64bb4615a5f30c4dd7b3ecbbe4685f61 to your computer and use it in GitHub Desktop.
Save domenkozar/64bb4615a5f30c4dd7b3ecbbe4685f61 to your computer and use it in GitHub Desktop.
/build/servant-swagger-1.1.5/src/Servant/Swagger.hs:158: failure in expression `hspec $ validateEveryToJSON (Proxy :: Proxy UserAPI)'
expected:
[User]
User
UserId
Finished in ... seconds
3 examples, 0 failures
but got:
[User]
+++ OK, passed 100 tests.
User
+++ OK, passed 100 tests.
UserId
+++ OK, passed 100 tests.
Finished in 0.0937 seconds
3 examples, 0 failures
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment