mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +00:00
fixed a small error with test generation
This commit is contained in:
parent
84609b74e0
commit
003fd098b0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue