fixed test for state transition

This commit is contained in:
Hanno Fleischer
2024-12-16 12:12:21 +01:00
parent ab4c7159f3
commit 0d3e93b681

View File

@@ -52,6 +52,7 @@ public void exit() {
public void selectLeave() {
logic.send(new LeaveGameMessage());
logic.addNotification(new StartDialogNotification());
logic.setState(logic.getDialogs());
}
/**