Skip to content

Commit

Permalink
revert typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Flint committed May 25, 2018
1 parent b2eedbf commit a0d7034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lists_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@ func TestLists_UserErrorExpectIterableButDidNotGetOne(t *testing.T) {
},
Errors: []gqlerrors.FormattedError{
{
Message: "User Error: aexpected iterable, but did not find one for field DataType.test.",
Message: "User Error: expected iterable, but did not find one for field DataType.test.",
Locations: []location.SourceLocation{},
},
},
Expand Down

0 comments on commit a0d7034

Please sign in to comment.