Fix: Removed System Prints In Testing.
This commit is contained in:
@@ -359,9 +359,6 @@ class GameTest {
|
||||
}
|
||||
|
||||
assertNotEquals(thirdPlayer, game.getCurrentState().getCurrentPlayer());
|
||||
|
||||
System.out.println(game);
|
||||
|
||||
}
|
||||
|
||||
private void drawTribeTest(HashMap<CharacterType, Integer> nCardsByType,
|
||||
|
||||
Reference in New Issue
Block a user