Skip to content

Commit

Permalink
BC-7234 -fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mamutmk5 authored May 22, 2024
1 parent 9b08f22 commit 236532b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/de/svs/doido/mongo/dto/ConfigmapTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ void testEqualsEmptyAndNot () {
String name2 = "hausboot2";
d.setName(name2);
d.setUri(uri2);
assertEquals( true, d.equals(c));
assertEquals( false, d.equals(c));
}

@Test
Expand Down

0 comments on commit 236532b

Please sign in to comment.