Fixed annoyed random fails of ThousandYearStormTest

This commit is contained in:
Oleg Agafonov 2020-06-30 21:15:32 +04:00
parent 841692fa6c
commit 345d10ad82

View file

@ -1483,7 +1483,7 @@ public abstract class CardTestPlayerAPIImpl extends MageTestPlayerBase implement
}
public void waitStackResolved(int turnNum, PhaseStep step, TestPlayer player) {
waitStackResolved(1, step, player, false);
}
public void waitStackResolved(int turnNum, PhaseStep step, TestPlayer player, boolean skipOneStackObjectOnly) {