summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/Language/GraphQL/ValidateSpec.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Language/GraphQL/ValidateSpec.hs b/tests/Language/GraphQL/ValidateSpec.hs
index 6bf0a04..60e717a 100644
--- a/tests/Language/GraphQL/ValidateSpec.hs
+++ b/tests/Language/GraphQL/ValidateSpec.hs
@@ -550,7 +550,7 @@ spec =
let queryString = [r|
{
dog {
- doesKnowCommand(command: CLEAN_UP_HOUSE)
+ doesKnowCommand(command: CLEAN_UP_HOUSE, dogCommand: SIT)
}
}
|]
@@ -566,7 +566,7 @@ spec =
let queryString = [r|
{
dog {
- isHousetrained(atOtherHomes: true) @include(unless: false)
+ isHousetrained(atOtherHomes: true) @include(unless: false, if: true)
}
}
|]