Added Glimpse of Nature test.

This commit is contained in:
LevelX2 2017-01-31 16:33:37 +01:00
parent 038f21e882
commit 3968cdcce9

View file

@ -42,7 +42,7 @@ public class GlimpseOfNatureTest extends CardTestPlayerBase {
* Glimpse of Nature triggers do not draw a card. * Glimpse of Nature triggers do not draw a card.
*/ */
@Test @Test
public void testCreatureWasDestroyed() { public void testCardsAreDrawnFromCreatureCasting() {
// Whenever you cast a creature spell this turn, draw a card. // Whenever you cast a creature spell this turn, draw a card.
addCard(Zone.HAND, playerA, "Glimpse of Nature", 1);// Sorcery {G} addCard(Zone.HAND, playerA, "Glimpse of Nature", 1);// Sorcery {G}
addCard(Zone.HAND, playerA, "Silvercoat Lion", 2); addCard(Zone.HAND, playerA, "Silvercoat Lion", 2);