Skip to content

Commit 812c0bb

Browse files
authored
Update src/test/groovy/graphql/DefaultValuesTest.groovy
1 parent e359053 commit 812c0bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/groovy/graphql/DefaultValuesTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class DefaultValuesTest extends Specification {
2626
//
2727
// The variable is present in the variables map and its explicitly null
2828
//
29-
// https://spec.graphql.org/October2021/#sec-Coercing-Variable-Values
29+
// https://spec.graphql.org/draft/#sec-Coercing-Variable-Values
3030
//
3131
when:
3232
def ei = newExecutionInput('''

0 commit comments

Comments
 (0)