Skip to content

Commit

Permalink
Merge pull request #874 from davidmoten/master
Browse files Browse the repository at this point in the history
Update CompositeSubscriptionTest.java
  • Loading branch information
benjchristensen committed Feb 14, 2014
2 parents 4002bfd + c57049c commit a16d8df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ public void testClear() {
s.clear();

assertTrue(s1.isUnsubscribed());
assertTrue(s1.isUnsubscribed());
assertTrue(s2.isUnsubscribed());
assertFalse(s.isUnsubscribed());

BooleanSubscription s3 = new BooleanSubscription();
Expand Down

0 comments on commit a16d8df

Please sign in to comment.