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
@@ -219,6 +219,7 @@ public String toString() {
219
219
220
220
secondSubscriptionCancelled.expectClose("Expected SecondSubscription given to subscriber to be cancelled, but `Subscription.cancel()` was not called.");
221
221
env.verifyNoAsyncErrorsNoDelay();
222
+
sendCompletion(); // we're done, complete the subscriber under test
0 commit comments