mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
Fixed the now failing test after fixing issue #119.
This commit is contained in:
parent
6f1ed24e95
commit
6f78a55e01
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ public class CantAttackOrBlockAloneTest extends CardTestPlayerBase {
|
|||
assertLife(playerA, 20);
|
||||
|
||||
Permanent moggFlunkies = getPermanent("Mogg Flunkies", playerB.getId());
|
||||
Assert.assertTrue("Should be tapped because of attacking", moggFlunkies.isTapped());
|
||||
Assert.assertFalse("Shouldn't be tapped because it can't attack alone", moggFlunkies.isTapped());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue