Skip to content
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

Add test for null error message #13

Merged
merged 2 commits into from
Apr 11, 2019
Merged

Add test for null error message #13

merged 2 commits into from
Apr 11, 2019

Conversation

ShaishavGandhi
Copy link
Collaborator

Resolves #5


Throwable e = errorsRule.take();
assertThat(e).isInstanceOf(OnErrorNotImplementedException.class);
// Original error message was null. Now replaced by empty string
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if we should put something more descriptive here, like "<no error message>".

@ZacSweers ZacSweers merged commit cec780c into master Apr 11, 2019
@ZacSweers ZacSweers deleted the sg/empty-message-test branch April 11, 2019 06:29
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