Skip to content

Commit

Permalink
Cleaned up comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mairbek committed Mar 11, 2013
1 parent 3bed0b4 commit e1de8c5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ public void testTakeUntilOtherError() {

verify(result, times(1)).onNext("one");
verify(result, times(1)).onNext("two");
// ignore other exception
verify(result, times(1)).onError(error);
verify(result, times(0)).onCompleted();
verify(sSource, times(1)).unsubscribe();
Expand Down

0 comments on commit e1de8c5

Please sign in to comment.