mirror of
https://github.com/correl/mage.git
synced 2025-01-12 03:00:13 +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) {
|
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
|
@Test
|
||||||
|
|
Loading…
Reference in a new issue