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 be9f9ce commit 02e6325Copy full SHA for 02e6325
src/test/java/rx/SingleTest.java
@@ -1595,7 +1595,6 @@ public void testUntilFires() {
1595
until.onNext(1);
1596
1597
ts.assertError(CancellationException.class);
1598
- ts.assertTerminalEvent();
1599
1600
assertFalse("Source still has observers", source.hasObservers());
1601
assertFalse("Until still has observers", until.hasObservers());
@@ -1617,7 +1616,6 @@ public void testUntilFiresObservable() {
1617
1616
1618
1619
1620
1621
1622
1623
0 commit comments