refactor: removed unnecessary println from character config test

This commit is contained in:
Yannik Bretschneider 2021-06-06 03:23:04 +02:00
parent 29db6c018c
commit 38865aea70
1 changed files with 0 additions and 1 deletions

View File

@ -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;