-
Notifications
You must be signed in to change notification settings - Fork 7.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.x: Add vararg of Subscriptions to CompositeSubscription. #3720
1.x: Add vararg of Subscriptions to CompositeSubscription. #3720
Conversation
Could you make sure you don't have that many space changes? |
Sure, I will fix it. |
5ec27bf
to
04f86ee
Compare
I have fixed formatting not to add indents on empty lines. |
@@ -1,12 +1,12 @@ | |||
/** | |||
* Copyright 2014 Netflix, Inc. | |||
* | |||
* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you make sure these don't get changed?
|
@@ -344,4 +344,121 @@ public void testAddingNullSubscriptionIllegal() { | |||
csub.add(null); | |||
} | |||
|
|||
@Test | |||
public void testAddAll() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: test prefix is not needed, same for test below
Please rebase and squash. |
3f8f3ea
to
114f50c
Compare
This PR is a bit old. I'm 👍 with the API change but the test worries me too. I'm merging this and will post a PR that hardens that test (+ renames them for @artem-zinnatullin sake :). |
No description provided.