diff options
| author | Danny Navarro <j@dannynavarro.net> | 2016-01-26 13:38:02 +0100 |
|---|---|---|
| committer | Danny Navarro <j@dannynavarro.net> | 2016-01-26 13:38:02 +0100 |
| commit | 78e0d871d5abfa920746d9af3c1e13611aea40e6 (patch) | |
| tree | a20568726595555b47018798eb2cc34e27f5606d /tests | |
| parent | a70732a4b6f34af25906e52204ab2dc20a926785 (diff) | |
| download | graphql-78e0d871d5abfa920746d9af3c1e13611aea40e6.tar.gz | |
Garden
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/tasty.hs | 2 |
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 |
