Skip to content

Commit

Permalink
linter compliance
Browse files Browse the repository at this point in the history
  • Loading branch information
orpheuslummis committed Mar 21, 2023
1 parent afd14fb commit b07f650
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/schema/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ func TestClientIntrospectionExplainTypeDefined(t *testing.T) {
"types": []any{
map[string]any{
"description": schemaTypes.ExplainEnum.Description(),
"kind": "ENUM",
"name": "ExplainType",
"kind": "ENUM",
"name": "ExplainType",
},
},
},
Expand Down

0 comments on commit b07f650

Please sign in to comment.