Fix: Typo in GameController unit tests for game engine

This commit is contained in:
Julian Kropff
2026-04-04 23:50:58 +02:00
parent 585a78fbcc
commit f7dc3d1a8e
@@ -192,7 +192,7 @@ public class GameControllerTest {
game.playerFold(PlayerId.of("Mathis"));
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();