Skip to content

Commit 3e2b0b6

Browse files
author
Xerus
committed
fix(plugin): fix GameState xml test because of attribute order
1 parent 94f8856 commit 3e2b0b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/src/test/sc/plugin2020/GamePlayTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,7 @@ class GamePlayTest {
858858
state.lastMove = SetMove(Piece(PlayerColor.BLUE, PieceType.GRASSHOPPER), CubeCoordinates(-2, 4))
859859
val xstream = Configuration.xStream
860860
val xml = """
861-
|<state startPlayerColor="RED" currentPlayerColor="BLUE" turn="3">
861+
|<state startPlayerColor="RED" turn="3" currentPlayerColor="BLUE">
862862
| <red color="RED" displayName=""/>
863863
| <blue color="BLUE" displayName="aBluePlayer"/>
864864
| <board>

0 commit comments

Comments
 (0)