Skip to content

Commit 598be6a

Browse files
committed
Tweak of tests
1 parent ea5defc commit 598be6a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/test/groovy/graphql/execution/instrumentation/InstrumentationTest.groovy

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -560,6 +560,7 @@ class InstrumentationTest extends Specification {
560560
"end:field-hero",
561561
"end:execution-strategy",
562562
"end:execute-operation",
563+
"start:reactive-results-defer",
563564
"end:execution",
564565
//
565566
// the deferred field resolving now happens after the operation has come back
@@ -571,6 +572,8 @@ class InstrumentationTest extends Specification {
571572
"end:complete-name",
572573
"end:field-name",
573574
"end:deferred-field-name",
575+
576+
"end:reactive-results-defer",
574577
]
575578
}
576579

0 commit comments

Comments
 (0)