Fixed the now failing test after fixing issue #119.

This commit is contained in:
LevelX2 2013-03-10 02:25:52 +01:00
parent 6f1ed24e95
commit 6f78a55e01

View file

@ -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());
}
/**