Skip to content

Commit 8fd3d5c

Browse files
committed
Cleaned up comment
1 parent 533e8fb commit 8fd3d5c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rxjava-core/src/main/java/rx/operators/OperatorTakeUntil.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,6 @@ public void testTakeUntilOtherError() {
216216

217217
verify(result, times(1)).onNext("one");
218218
verify(result, times(1)).onNext("two");
219-
// ignore other exception
220219
verify(result, times(1)).onError(error);
221220
verify(result, times(0)).onCompleted();
222221
verify(sSource, times(1)).unsubscribe();

0 commit comments

Comments
 (0)