summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/jrummikub/control/RoundControlTest.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/jrummikub/control/RoundControlTest.java b/test/jrummikub/control/RoundControlTest.java
index 66810c0..caefb1f 100644
--- a/test/jrummikub/control/RoundControlTest.java
+++ b/test/jrummikub/control/RoundControlTest.java
@@ -96,6 +96,7 @@ public class RoundControlTest {
checkCorrectlyDealed();
view.startTurnEvent.emit();
checkTableDisplay();
+ view.getPlayerPanel().endTurnEvent.emit();
}
@Test