Skip to content

Commit beef012

Browse files
authored
Update src/test/groovy/graphql/DefaultValuesTest.groovy
1 parent 6da9730 commit beef012

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
@@ -61,7 +61,7 @@ class DefaultValuesTest extends Specification {
6161
// The variable is NOT present in the variables map it should use a default
6262
// value from the variable declaration
6363
//
64-
// https://spec.graphql.org/October2021/#sec-Coercing-Variable-Values
64+
// https://spec.graphql.org/draft/#sec-Coercing-Variable-Values
6565
//
6666
when:
6767
ei = newExecutionInput('''

0 commit comments

Comments
 (0)