File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1581,7 +1581,7 @@ public void call(SingleSubscriber<? super String> observer) {
1581
1581
}
1582
1582
1583
1583
@ Test
1584
- public void testUntilFires () {
1584
+ public void takeUntilFires () {
1585
1585
PublishSubject <Integer > source = PublishSubject .create ();
1586
1586
PublishSubject <Integer > until = PublishSubject .create ();
1587
1587
@@ -1602,7 +1602,7 @@ public void testUntilFires() {
1602
1602
}
1603
1603
1604
1604
@ Test
1605
- public void testUntilFiresObservable () {
1605
+ public void takeUntilFiresObservable () {
1606
1606
PublishSubject <Integer > source = PublishSubject .create ();
1607
1607
PublishSubject <Integer > until = PublishSubject .create ();
1608
1608
@@ -1623,7 +1623,7 @@ public void testUntilFiresObservable() {
1623
1623
}
1624
1624
1625
1625
@ Test
1626
- public void testDownstreamUnsubscribes () {
1626
+ public void takeUntilDownstreamUnsubscribes () {
1627
1627
PublishSubject <Integer > source = PublishSubject .create ();
1628
1628
PublishSubject <Integer > until = PublishSubject .create ();
1629
1629
@@ -1646,7 +1646,7 @@ public void testDownstreamUnsubscribes() {
1646
1646
}
1647
1647
1648
1648
@ Test
1649
- public void testDownstreamUnsubscribesObservable () {
1649
+ public void takeUntilDownstreamUnsubscribesObservable () {
1650
1650
PublishSubject <Integer > source = PublishSubject .create ();
1651
1651
PublishSubject <Integer > until = PublishSubject .create ();
1652
1652
You can’t perform that action at this time.
0 commit comments