forked from External/mage
AI, tests: added stability tests to make sure AI simulations can process errors and freezes (part of #13638, #13766);
This commit is contained in:
parent
85c04bca59
commit
c3a0c731d6
12 changed files with 298 additions and 20 deletions
|
|
@ -58,7 +58,7 @@ public class FuzzyTestsUtil {
|
|||
return;
|
||||
}
|
||||
Player samplePlayer = game.getPlayers().values().stream().findFirst().orElse(null);
|
||||
if (samplePlayer == null || !samplePlayer.isTestsMode()) {
|
||||
if (samplePlayer == null || !samplePlayer.isTestMode()) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue