Skip to content

Fix ErrorsRule to fix master tests#39

Merged
ZacSweers merged 1 commit intomasterfrom
z/fixMaster
Feb 26, 2017
Merged

Fix ErrorsRule to fix master tests#39
ZacSweers merged 1 commit intomasterfrom
z/fixMaster

Conversation

@ZacSweers
Copy link
Collaborator

@ZacSweers ZacSweers commented Feb 26, 2017

RxJava 2.0.6 introduced UndeliverableException, which wraps everything that goes to RxJavaPlugins#onError() that isn't an RxJava exception (to better distinguish between different types of exceptions).

Also opportunistically fixed a deprecation from the bump to Truth 0.32 (the hasMessageThat() business)

This was missed because the lambda observer tests (#3) went into master and then the deps bump (#38) went in after, but we don't have CI turned on to check that the tests would have failed in between those two changes.

RxJava 2.0.6 introduced UndeliverableException, which wraps everything that goes to RxJavaPlugins.onError() that isn't an NPE (to better distinguish between different types of exceptions).

Also opportunistically fixed a deprecation from the bump to Truth 0.32

This was missed because the lambda observer tests went into master and then the deps bump went in after, but we don't have CI turned on to check that the tests would have failed in between those two changes.
@ZacSweers ZacSweers self-assigned this Feb 26, 2017
@ZacSweers ZacSweers requested a review from muandrew February 26, 2017 06:33
@ZacSweers ZacSweers merged commit 684e9c7 into master Feb 26, 2017
@ZacSweers ZacSweers deleted the z/fixMaster branch February 26, 2017 06:36
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