Skip to content

Commit 8638ce3

Browse files
authored
Update ServiceQueryResolverTest.kt
1 parent 57ce7eb commit 8638ce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql-kotlin-federation/src/test/kotlin/com/expedia/graphql/federation/execution/ServiceQueryResolverTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ type Review {
3232
type User @extends @key(fields : "userId") {
3333
name: String! @external
3434
userId: Int! @external
35-
}"""
35+
}""".trim()
3636

3737
class ServiceQueryResolverTest {
3838

0 commit comments

Comments
 (0)