minor fix (method name + comment)

This commit is contained in:
magenoxx 2012-05-08 14:47:35 +04:00
parent 59a72e974a
commit 9aa578761f

View file

@ -26,8 +26,12 @@ public class MassAppealTest extends CardTestPlayerBase {
assertHandCount(playerB, 0);
}
/**
* Tests that cards will be drawn only for controller's permanents
* Tests Human creatures with several subtypes (subtype comparison scope)
*/
@Test
public void testNoDrawCards() {
public void testDrawingCards() {
addCard(Constants.Zone.BATTLEFIELD, playerA, "Island", 3);
addCard(Constants.Zone.BATTLEFIELD, playerA, "Ana Disciple", 2);
addCard(Constants.Zone.BATTLEFIELD, playerA, "Alabaster Mage", 3);