summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDanny Navarro <j@dannynavarro.net>2016-01-26 13:38:02 +0100
committerDanny Navarro <j@dannynavarro.net>2016-01-26 13:38:02 +0100
commit78e0d871d5abfa920746d9af3c1e13611aea40e6 (patch)
treea20568726595555b47018798eb2cc34e27f5606d /tests
parenta70732a4b6f34af25906e52204ab2dc20a926785 (diff)
downloadgraphql-78e0d871d5abfa920746d9af3c1e13611aea40e6.tar.gz
Garden
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