Skip to content

Commit 7c39d63

Browse files
authored
Fix lint error (#512)
1 parent f56ac25 commit 7c39d63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

graphql_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4350,13 +4350,13 @@ func TestQueryService(t *testing.T) {
43504350
}
43514351
}
43524352
`,
4353-
ExpectedResult: fmt.Sprintf(`
4353+
ExpectedResult: `
43544354
{
43554355
"_service": {
43564356
"sdl": "\n\tschema {\n\t\tquery: Query\n\t}\n\n\ttype Query {\n\t\thello: String!\n\t}"
43574357
}
43584358
}
4359-
`),
4359+
`,
43604360
},
43614361
})
43624362
}

0 commit comments

Comments
 (0)