fixed a small error with test generation

This commit is contained in:
Evan Kranzler 2020-09-03 18:36:27 -04:00
parent 84609b74e0
commit 003fd098b0

View file

@ -87,7 +87,7 @@ public class PartyCountTest extends CardTestPlayerBase {
}
private void makeCreature(String name, SubType... subTypes) {
addCustomCardWithAbility("dude", playerA, null, null, CardType.CREATURE, "{1}", Zone.BATTLEFIELD, subTypes);
addCustomCardWithAbility(name, playerA, null, null, CardType.CREATURE, "{1}", Zone.BATTLEFIELD, subTypes);
}
@Test