Skip to content

Commit

Permalink
#35 Test that failing test does not publish to maven central
Browse files Browse the repository at this point in the history
Signed-off-by: Sven Strittmatter <[email protected]>
  • Loading branch information
Weltraumschaf committed Jul 26, 2023
1 parent 169418a commit 5abab83
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
*/
class EndpointTest {
@Test
@Disabled("#23 Fails due to wrong equals implementation")
void equalsAndHashCode() {
EqualsVerifier.forClass(Endpoint.class).verify();
}
Expand Down

0 comments on commit 5abab83

Please sign in to comment.