Skip to content

Commit

Permalink
Fix test for unique arg names
Browse files Browse the repository at this point in the history
Commit:
657fbbba26ed1fa18915b2a9f050a5fae08a7469 [657fbbb]
Parents:
9cedbc3ffe
Author:
Lee Byron <[email protected]>
Date:
24 September 2015 at 7:39:39 AM SGT
  • Loading branch information
sogko committed Apr 12, 2016
1 parent a0a5d16 commit 77cba81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules_unique_argument_names_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func TestValidate_UniqueArgumentNames_NoArgumentsOnField(t *testing.T) {
func TestValidate_UniqueArgumentNames_NoArgumentsOnDirective(t *testing.T) {
testutil.ExpectPassesRule(t, graphql.UniqueArgumentNamesRule, `
{
field
field @directive
}
`)
}
Expand Down

0 comments on commit 77cba81

Please sign in to comment.