mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
Added Glimpse of Nature test.
This commit is contained in:
parent
038f21e882
commit
3968cdcce9
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue