Skip to content

Commit

Permalink
Update CompletableConcatTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
akarnokd committed Aug 8, 2022
1 parent 4b612f6 commit 2f858bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public void subscribe(Subscriber<? super Completable> s) {
.test()
.assertFailure(QueueOverflowException.class);

TestHelper.assertError(errors, 0, MissingBackpressureException.class);
TestHelper.assertError(errors, 0, QueueOverflowException.class);
} finally {
RxJavaPlugins.reset();
}
Expand Down

0 comments on commit 2f858bd

Please sign in to comment.