Skip to content

Commit 5abab83

Browse files
committed
#35 Test that failing test does not publish to maven central
Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
1 parent 169418a commit 5abab83

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/java/io/securecodebox/persistence/defectdojo/model/EndpointTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
*/
1414
class EndpointTest {
1515
@Test
16-
@Disabled("#23 Fails due to wrong equals implementation")
1716
void equalsAndHashCode() {
1817
EqualsVerifier.forClass(Endpoint.class).verify();
1918
}

0 commit comments

Comments
 (0)