Skip to content

Commit ae56360

Browse files
committed
add license header to TCK
1 parent 2879ce0 commit ae56360

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tck/src/main/java/org/reactivestreams/tck/IdentityProcessorVerification.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -649,13 +649,13 @@ public TestSetup apply(Long subscribers) throws Throwable {
649649
expectNextElement(sub1, x);
650650

651651
if (totalRequests == 1) {
652-
totalRequests += expectRequest();
652+
totalRequests= expectRequest();
653653
}
654654
final T y = sendNextTFromUpstream();
655655
expectNextElement(sub1, y);
656656

657657
if (totalRequests == 2) {
658-
totalRequests += expectRequest();
658+
totalRequests= expectRequest();
659659
}
660660

661661
final ManualSubscriber<T> sub2 = newSubscriber();

0 commit comments

Comments
 (0)