mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 20:11:59 -08:00
Fixed EquipmentAttachedCount dynamic value. +1 test pass.
This commit is contained in:
parent
82b4213753
commit
bd03dce85b
4 changed files with 21 additions and 13 deletions
|
|
@ -34,7 +34,7 @@ public class GolemSkinGauntletsTest extends CardTestPlayerBase {
|
|||
Permanent eliteVanguard = getPermanent("Elite Vanguard", playerA.getId());
|
||||
Assert.assertTrue(eliteVanguard.getAttachments().size() == 2);
|
||||
Assert.assertEquals(4, eliteVanguard.getPower().getValue());
|
||||
Assert.assertEquals(1, eliteVanguard.getPower().getValue());
|
||||
Assert.assertEquals(1, eliteVanguard.getToughness().getValue());
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue