You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code incorrectly tested the equals contract of the wrong class due
to my copy and paste error. Test the correct class.
Uses the simple() verifier because the UpstreamCause class seems to
have complications related to its superclass and I'd rather not spend
the time to investigate further. The simple() verifier detected the
null pointer exceptions, so it is still better than not testing.
Removes temporary check for null pointers, since equalsverifier performs
the same checks.
0 commit comments