summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/tasty.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tasty.hs b/tests/tasty.hs
index 1dd9466..f7ed522 100644
--- a/tests/tasty.hs
+++ b/tests/tasty.hs
@@ -28,6 +28,6 @@ ksTest = testCase "Kitchen Sink"
=<< getDataFileName "tests/data/kitchen-sink.min.graphql"
actual = either (error "Parsing error!") Encoder.document
- <$> parseOnly Parser.document
+ . parseOnly Parser.document
<$> expected