Skip to content

Commit 200c611

Browse files
committed
Fix typo in unit test
Related GraphQL-js commit: graphql/graphql-js@71b7b4a
1 parent 646d2a9 commit 200c611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/core_validation/test_variables_in_allowed_position.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def test_complex_input_complex_input():
126126
query Query($complexVar: ComplexInput)
127127
{
128128
complicatedArgs {
129-
complexArgField(complexArg: $ComplexInput)
129+
complexArgField(complexArg: $complexVar)
130130
}
131131
}
132132
''')

0 commit comments

Comments
 (0)