T001 - T034 erster versuch

This commit is contained in:
Filip Szepielewicz 2024-11-15 08:42:11 +01:00
parent c792a8b3fb
commit b65f458302

View File

@ -380,6 +380,7 @@ public class Testhandbuch {
game.sendToJail(player);
assertEquals(PlayerState.InJail, player.getState());
}
// T035
}