-
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
test/subjects: Use statically imported never() methods #3340
Conversation
... and remove the unused Mockito imports
See #3291. |
@akarnokd are you seriously suggesting that cleaning up code to make it more consistent is a bad thing and shouldn't be done? |
Cosmetic PRs, especially on unit test or on internal classes, don't really contribute anything to the library. |
wow... |
I'm okay with this type of change. It makes the code more consistent, and is a simple non-intrusive change. |
test/subjects: Use statically imported never() methods
Thank you @Turbo87 for the contribution! |
@benjchristensen cool, thanks! |
@Turbo87 I apologize for my harsh and dry comments. Generally, I'm in favor of cleanups such as yours and would have done it the same way. I was under the false impression that the project doesn't want such cleanups. I'm sorry if I offended you. |
@akarnokd nevermind, seems it all worked out in the end ;) |
... and remove the unused Mockito imports