mirror of
https://github.com/magefree/mage.git
synced 2025-12-27 05:52:06 -08:00
Fixed Issue 375.
This commit is contained in:
parent
9fe16d3518
commit
065f1c3190
2 changed files with 16 additions and 3 deletions
|
|
@ -31,4 +31,12 @@ public class DamageDistributionTest extends CardTestBase {
|
|||
assertLife(playerB, 4);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testDoubleStrikeUnblocked() {
|
||||
addCard(Constants.Zone.BATTLEFIELD, playerA, "Warren Instigator");
|
||||
setLife(playerB, 4);
|
||||
execute();
|
||||
assertLife(playerB, 2);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue