We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 533e8fb commit 8fd3d5cCopy full SHA for 8fd3d5c
rxjava-core/src/main/java/rx/operators/OperatorTakeUntil.java
@@ -216,7 +216,6 @@ public void testTakeUntilOtherError() {
216
217
verify(result, times(1)).onNext("one");
218
verify(result, times(1)).onNext("two");
219
- // ignore other exception
220
verify(result, times(1)).onError(error);
221
verify(result, times(0)).onCompleted();
222
verify(sSource, times(1)).unsubscribe();
0 commit comments