Skip to content

Commit 6da9730

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

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
@@ -43,7 +43,7 @@ class DefaultValuesTest extends Specification {
4343
//
4444
// The variable is present in the variables map and its explicitly a value
4545
//
46-
// https://spec.graphql.org/October2021/#sec-Coercing-Variable-Values
46+
// https://spec.graphql.org/draft/#sec-Coercing-Variable-Values
4747
//
4848
when:
4949
ei = newExecutionInput('''

0 commit comments

Comments
 (0)