Skip to content

Commit bb6aae0

Browse files
committed
=tck fixes minor misalignment between code and comment, found via .NET port
Semantics remain exacly the same, the error we're testing here is about signaling one more element if request comes in again (which we'll do anyway, regardless of status of this flag)
1 parent d477580 commit bb6aae0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tck/src/test/java/org/reactivestreams/tck/PublisherVerificationTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ public void required_spec107_mustNotEmitFurtherSignalsOnceOnCompleteHasBeenSigna
241241
// but keep signalling data if more demand comes in anyway!
242242
if (!completed) {
243243
s.onComplete();
244+
completed = true;
244245
}
245246

246247
}

0 commit comments

Comments
 (0)