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 5154351 commit ed63daaCopy full SHA for ed63daa
src/test/java/rx/subscriptions/CompositeSubscriptionTest.java
@@ -340,8 +340,8 @@ public void testTryRemoveIfNotIn() {
340
341
@Test(expected = IllegalArgumentException.class)
342
public void testAddingNullSubscriptionIllegal() {
343
- CompositeSubscription csub = new CompositeSubscription();
344
- csub.add(null);
+ CompositeSubscription csub = new CompositeSubscription();
+ csub.add(null);
345
}
346
347
0 commit comments