Skip to content

Commit 127d2f6

Browse files
author
Xerus
committed
test(plugin): enable & fix redBeeSurroundedTest
1 parent 91bc7f7 commit 127d2f6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,7 @@ class GamePlayTest {
109109
}
110110

111111
@Test
112-
@Ignore
113-
fun redBeeSourroundedTest() {
112+
fun redBeeSurroundedTest() {
114113
TestGameUtil.updateGamestateWithBoard(state, "" +
115114
" RQBQ--------" +
116115
" BB------------" +
@@ -125,7 +124,7 @@ class GamePlayTest {
125124
" ------------")
126125
run {
127126
state.turn = 1
128-
val move = DragMove(CubeCoordinates(-1, 3), CubeCoordinates(0, 3))
127+
val move = DragMove(CubeCoordinates(-1, 4), CubeCoordinates(0, 4))
129128
GameRuleLogic.performMove(state, move)
130129
assertTrue(GameRuleLogic.isBeeBlocked(state.board, PlayerColor.RED))
131130
}

0 commit comments

Comments
 (0)