You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: graphql-kotlin-federation/src/test/kotlin/com/expedia/graphql/federation/execution/ServiceQueryResolverTest.kt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ type Review {
32
32
type User @extends @key(fields : "userId") {
33
33
name: String! @external
34
34
userId: Int! @external
35
-
}""".trim()
35
+
}"""
36
36
37
37
classServiceQueryResolverTest {
38
38
@@ -60,7 +60,7 @@ class ServiceQueryResolverTest {
60
60
assertNotNull(result["data"] as?Map<*, *>) { data ->
0 commit comments