Skip to content

Address skipped tests #60

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

Merged
merged 1 commit into from
Jun 12, 2016
Merged

Conversation

mbonneau
Copy link
Member

There addresses the few tests that were still being skipped.

One of the tests (it_returns_the_disposable_of_the_underlying_disposable) was a disposable test that was checking for the same instance to be returned. This is no longer applicable to the way the library works and was replaced by a test that just makes sure the underlying disposable gets disposed when the grouped disposable gets disposed.

The other skipped test (it_returns_a_composite_disposable_with_the_given_merged_disposable) no longer applies to the library and the coverage of the reworked test above is sufficient. The test was removed.

@davidwdan davidwdan merged commit 0fc2280 into ReactiveX:master Jun 12, 2016
@mbonneau mbonneau deleted the remove_skipped_tests branch June 12, 2020 01:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants