Skip to content

Commit f8724b4

Browse files
committed
MBE is expected
1 parent 39748d9 commit f8724b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/io/reactivex/rxjava3/internal/operators/flowable/FlowableOnBackpressureBufferTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ public void onDroppedNormal() throws Throwable {
372372

373373
pp.onNext(2);
374374

375-
ts.assertEmpty();
375+
ts.assertFailure(MissingBackpressureException.class);
376376

377377
verify(onDropped).accept(2);
378378
}

0 commit comments

Comments
 (0)