Skip to content

Commit 71b7b4a

Browse files
committed
Fix typo in unit test, closes #269
1 parent 3eb5b7a commit 71b7b4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/validation/__tests__/VariablesInAllowedPosition.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ describe('Validate: Variables are in allowed positions', () => {
140140
query Query($complexVar: ComplexInput)
141141
{
142142
complicatedArgs {
143-
complexArgField(complexArg: $ComplexInput)
143+
complexArgField(complexArg: $complexVar)
144144
}
145145
}
146146
`);

0 commit comments

Comments
 (0)