Skip to content

Commit

Permalink
ran fmt on test
Browse files Browse the repository at this point in the history
  • Loading branch information
JatinDevDG committed Aug 14, 2020
1 parent 3a15307 commit 2d59b68
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions graphql/context_operation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,17 +85,17 @@ func TestCollectAllFields(t *testing.T) {
TypeCondition: "ExampleTypeA",
SelectionSet: ast.SelectionSet{
&ast.Field{
Name: "fieldA",
ObjectDefinition: &ast.Definition{Name:"ExampleTypeA"},
Name: "fieldA",
ObjectDefinition: &ast.Definition{Name: "ExampleTypeA"},
},
},
},
&ast.InlineFragment{
TypeCondition: "ExampleTypeB",
SelectionSet: ast.SelectionSet{
&ast.Field{
Name: "fieldA",
ObjectDefinition: &ast.Definition{Name:"ExampleTypeB"},
Name: "fieldA",
ObjectDefinition: &ast.Definition{Name: "ExampleTypeB"},
},
},
},
Expand Down

0 comments on commit 2d59b68

Please sign in to comment.