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 2fe6da7 commit bd9d4f8Copy full SHA for bd9d4f8
rxjava-core/src/main/java/rx/operators/OperationInterval.java
@@ -32,6 +32,7 @@
32
import rx.Subscription;
33
import rx.concurrency.Schedulers;
34
import rx.concurrency.TestScheduler;
35
+import rx.observables.ConnectableObservable;
36
import rx.subscriptions.Subscriptions;
37
import rx.util.functions.Action0;
38
@@ -98,6 +99,7 @@ public static class UnitTest {
98
99
public void before() {
100
scheduler = new TestScheduler();
101
observer = mock(Observer.class);
102
+ observer2 = mock(Observer.class);
103
}
104
105
@Test
0 commit comments