Skip to content

Commit 5fb86d9

Browse files
fix test
1 parent 64dabce commit 5fb86d9

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

test/src/test/kotlin/graphql/nadel/tests/legacy/new hydration/synthetic hydration call over itself within renamed types.kt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,6 @@ class `synthetic hydration call over itself within renamed types` : NadelLegacyI
7373
}
7474
""".trimIndent(),
7575
runtimeWiring = { wiring ->
76-
wiring.type("Query") { type ->
77-
type.dataFetcher("tests") {
78-
Unit
79-
}
80-
}
8176
wiring.type("Query") { type ->
8277
type.dataFetcher("tests") { env ->
8378
Testing_TestQuery(

0 commit comments

Comments
 (0)