Skip to content

Commit

Permalink
Fix typo in unit test, closes #269
Browse files Browse the repository at this point in the history
Commit:
71b7b4aa2d0c82c71efb9c941dbd93e65e93a21c [71b7b4a]
Parents:
3eb5b7aa57
Author:
Lee Byron <[email protected]>
Date:
2 February 2016 at 9:43:02 AM SGT
  • Loading branch information
sogko committed Apr 12, 2016
1 parent efc3708 commit 679c06d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules_variables_in_allowed_position_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ func TestValidate_VariablesInAllowedPosition_ComplexInputToComplexInput(t *testi
query Query($complexVar: ComplexInput)
{
complicatedArgs {
complexArgField(complexArg: $ComplexInput)
complexArgField(complexArg: $complexVar)
}
}
`)
Expand Down

0 comments on commit 679c06d

Please sign in to comment.