fixed test for state transition
This commit is contained in:
@@ -52,6 +52,7 @@ public void exit() {
|
|||||||
public void selectLeave() {
|
public void selectLeave() {
|
||||||
logic.send(new LeaveGameMessage());
|
logic.send(new LeaveGameMessage());
|
||||||
logic.addNotification(new StartDialogNotification());
|
logic.addNotification(new StartDialogNotification());
|
||||||
|
logic.setState(logic.getDialogs());
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user