Fix: Typo in GameController unit tests for game engine
This commit is contained in:
+1
-1
@@ -192,7 +192,7 @@ public class GameControllerTest {
|
|||||||
game.playerFold(PlayerId.of("Mathis"));
|
game.playerFold(PlayerId.of("Mathis"));
|
||||||
game.playerCall(PlayerId.of("Jona"));
|
game.playerCall(PlayerId.of("Jona"));
|
||||||
|
|
||||||
System.out.println("Pot nach Aktionen: " + game.getState().getPot().getAmount());
|
System.out.println("Pot after actions: " + game.getState().getPot().getAmount());
|
||||||
|
|
||||||
int potAfter = game.getState().getPot().getAmount();
|
int potAfter = game.getState().getPot().getAmount();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user