summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/jrummikub/model/GameStateTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/jrummikub/model/GameStateTest.java b/test/jrummikub/model/GameStateTest.java
index 7515e4d..8887e78 100644
--- a/test/jrummikub/model/GameStateTest.java
+++ b/test/jrummikub/model/GameStateTest.java
@@ -21,7 +21,7 @@ public class GameStateTest {
assertEquals(4, testGame.players.size());
assertSame(Color.red, testGame.activePlayer().getColor());
testGame.nextPlayer();
- assertSame(Color.blue, testGame.activePlayer().getColor());
+ assertSame(Color.yellow, testGame.activePlayer().getColor());
testGame.nextPlayer();
testGame.nextPlayer();
testGame.nextPlayer();