mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 21:02:08 -08:00
small fix
This commit is contained in:
parent
34e3bb42db
commit
1c483c6f2a
1 changed files with 1 additions and 1 deletions
|
|
@ -162,6 +162,6 @@ public class RiotTest extends CardTestPlayerBase {
|
|||
assertPermanentCount(playerA, "Silvercoat Lion", 1);
|
||||
assertPowerToughness(playerA, "Silvercoat Lion", 2, 2);
|
||||
assertAbility(playerA, "Silvercoat Lion", HasteAbility.getInstance(), true);
|
||||
assertAbility(playerA, "Silvercoat Lion", new RiotAbility(), false);
|
||||
assertAbility(playerA, "Silvercoat Lion", new RiotAbility(), true);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue