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: test/src/test/kotlin/graphql/nadel/tests/next/fixtures/namespaced/EmptyNamespaceIsEmptyObjectTestSnapshot.kt
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -26,8 +26,8 @@ public class EmptyNamespaceIsEmptyObjectTestSnapshot : TestSnapshot() {
26
26
* ```graphql
27
27
* query {
28
28
* hello
29
-
* jira {
30
-
* sprint @skip(if: true)
29
+
* namespace {
30
+
* foo @skip(if: true)
31
31
* }
32
32
* }
33
33
* ```
@@ -64,7 +64,7 @@ public class EmptyNamespaceIsEmptyObjectTestSnapshot : TestSnapshot() {
64
64
* {
65
65
* "data": {
66
66
* "hello": "world",
67
-
* "jira": {}
67
+
* "namespace": {}
68
68
* }
69
69
* }
70
70
* ```
@@ -74,7 +74,7 @@ public class EmptyNamespaceIsEmptyObjectTestSnapshot : TestSnapshot() {
0 commit comments