From d5f518fe827d3d279d6c37740820f296689539e4 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Sat, 3 Oct 2020 07:34:34 +0200 Subject: Validate required arguments --- tests/Language/GraphQL/ValidateSpec.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') 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) } } |] -- cgit v1.2.3