Skip to content

Commit 64dabce

Browse files
fix test
1 parent ce1cf4c commit 64dabce

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

test/src/test/kotlin/graphql/nadel/tests/next/fixtures/defer/ComprehensiveDeferQueryWithDifferentServiceCalls.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,6 @@ open class ComprehensiveDeferQueryWithDifferentServiceCalls : NadelIntegrationTe
9999
.dataFetcher("productName") { env ->
100100
"Awesome Product"
101101
}
102-
.dataFetcher("profilePicture") { env ->
103-
"https://examplesite.com/product/product_image.jpg"
104-
}
105102
.dataFetcher("profilePicture") { env ->
106103
"This is a really awesome product with really awesome features."
107104
}

0 commit comments

Comments
 (0)