diff options
Diffstat (limited to 'tests/Language/GraphQL')
| -rw-r--r-- | tests/Language/GraphQL/ValidateSpec.hs | 4 |
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) } } |] |
