Skip to content

Commit

Permalink
Fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mtibben committed Nov 9, 2021
1 parent 01d3c4f commit 7ac988d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/federation/federation_entityresolver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func TestEntityResolver(t *testing.T) {

func entityQuery(queries []string) string {
// What we want!
//query($representations:[_Any!]!){_entities(representations:$representations){ ...on Hello{secondary} }}
// query($representations:[_Any!]!){_entities(representations:$representations){ ...on Hello{secondary} }}
entityQueries := make([]string, len(queries))
for i, query := range queries {
entityQueries[i] = " ... on " + query
Expand Down

0 comments on commit 7ac988d

Please sign in to comment.