Fix: Fixed PlayerTest.java.
This commit is contained in:
@@ -220,7 +220,7 @@ class PlayerTest {
|
||||
p.buildingCards.add(new Building1(2, 5, 5, CharacterType.INVENTOR));
|
||||
p.buildingCards.add(new Building1(2, 5, 5, CharacterType.SHAMAN));
|
||||
p.buildingCards.add(new Building11(1, 5, 7, CharacterType.ARTIST , 3));
|
||||
//System.out.println(p.toString());
|
||||
System.out.println(p.toString());
|
||||
assertEquals(""+
|
||||
"╔═════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════╗\n" +
|
||||
"║ test_usr ║\n" +
|
||||
|
||||
Reference in New Issue
Block a user