mirror of
https://github.com/correl/mage.git
synced 2025-01-11 19:13:02 +00:00
Fixed annoyed random fails of ThousandYearStormTest
This commit is contained in:
parent
841692fa6c
commit
345d10ad82
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue