Leyline of the Void test fixed.

This commit is contained in:
drmDev 2016-07-20 08:42:06 -04:00
parent 68aa9d7c13
commit a0ab8e7a44

View file

@ -117,7 +117,7 @@ public class LeylineOfTheVoidTest extends CardTestPlayerBase {
setStopAt(2, PhaseStep.END_TURN);
execute();
assertHandCount(playerB, 0);
assertHandCount(playerB, 1); // card drawn for turn
assertExileCount(playerB, 1);
}