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: tck/src/main/java/org/reactivestreams/tck/SubscriberBlackboxVerification.java
+1
Original file line number
Diff line number
Diff line change
@@ -227,6 +227,7 @@ public String toString() {
227
227
228
228
secondSubscriptionCancelled.expectClose("Expected SecondSubscription given to subscriber to be cancelled, but `Subscription.cancel()` was not called.");
229
229
env.verifyNoAsyncErrorsNoDelay();
230
+
sendCompletion(); // we're done, complete the subscriber under test
0 commit comments