Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information