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.
2 parents 4002bfd + c57049c commit a16d8dfCopy full SHA for a16d8df
rxjava-core/src/test/java/rx/subscriptions/CompositeSubscriptionTest.java
@@ -238,7 +238,7 @@ public void testClear() {
238
s.clear();
239
240
assertTrue(s1.isUnsubscribed());
241
- assertTrue(s1.isUnsubscribed());
+ assertTrue(s2.isUnsubscribed());
242
assertFalse(s.isUnsubscribed());
243
244
BooleanSubscription s3 = new BooleanSubscription();
0 commit comments