refactor: removed unnecessary println from character config test
This commit is contained in:
parent
29db6c018c
commit
38865aea70
@ -272,7 +272,6 @@ class CharacterConfigJSONTest {
|
||||
assertThat(tuple.item2).doesNotHaveDuplicates().hasSize(6);
|
||||
assertThat(tuple.item1)
|
||||
.doesNotContainAnyElementsOf(Arrays.asList(tuple.item2));
|
||||
System.out.println(tuple);
|
||||
}
|
||||
|
||||
ObjectMapper mapper;
|
||||
|
Loading…
Reference in New Issue
Block a user