mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
fix the test
This commit is contained in:
@@ -43,7 +43,7 @@ public class BoosterDraftAITest {
|
||||
public void runTest(BoosterDraftAI ai) {
|
||||
ReadDraftBoosterPack booster = new ReadDraftBoosterPack();
|
||||
for (int outer = 0; outer < 1; outer++) {
|
||||
ItemPool<CardPrinted> allBooster = new ItemPool<CardPrinted>();
|
||||
ItemPool<CardPrinted> allBooster = new ItemPool<CardPrinted>(CardPrinted.class);
|
||||
for (int i = 0; i < 21; i++)
|
||||
allBooster.addAll(booster.getBoosterPack());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user