Skip to content

Commit

Permalink
fix spurious failure, for now?
Browse files Browse the repository at this point in the history
  • Loading branch information
gmac committed Nov 3, 2021
1 parent 5e15cc8 commit a09d53b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plan_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ func TestQueryPlanInlineFragmentSpreadOfInterface(t *testing.T) {
{
"ServiceURL": "A",
"ParentType": "Query",
"SelectionSet": "{ animals { ... on Lion { _id: id } ... on Snake { _id: id } name ... on Lion { maneColor __typename } ... on Snake { _id: id __typename } } }",
"SelectionSet": "{ animals { ... on Snake { _id: id } ... on Lion { _id: id } name ... on Lion { maneColor __typename } ... on Snake { _id: id __typename } } }",
"InsertionPoint": null,
"Then": [
{
Expand Down

0 comments on commit a09d53b

Please sign in to comment.