Skip to content

Commit a16d8df

Browse files
Merge pull request #874 from davidmoten/master
Update CompositeSubscriptionTest.java
2 parents 4002bfd + c57049c commit a16d8df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rxjava-core/src/test/java/rx/subscriptions/CompositeSubscriptionTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ public void testClear() {
238238
s.clear();
239239

240240
assertTrue(s1.isUnsubscribed());
241-
assertTrue(s1.isUnsubscribed());
241+
assertTrue(s2.isUnsubscribed());
242242
assertFalse(s.isUnsubscribed());
243243

244244
BooleanSubscription s3 = new BooleanSubscription();

0 commit comments

Comments
 (0)