MH3: added play boosters (#12400)

This commit is contained in:
Susucre 2024-06-07 21:50:14 +02:00 committed by GitHub
parent a3194970ca
commit 45cf89aedd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 178 additions and 2 deletions

View file

@ -514,7 +514,7 @@ public class BoosterGenerationTest extends MageTestPlayerBase {
@Ignore // debug only: collect info about cards in boosters, see https://github.com/magefree/mage/issues/8081
@Test
public void test_CollectBoosterStats() {
ExpansionSet setToAnalyse = OutlawsOfThunderJunction.getInstance();
ExpansionSet setToAnalyse = ModernHorizons3.getInstance();
int openBoosters = 10000;
Map<String, Integer> resRatio = new HashMap<>();