mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 20:32:06 -08:00
Test fix
This commit is contained in:
parent
b4c55039e5
commit
53296446a8
1 changed files with 2 additions and 2 deletions
|
|
@ -380,8 +380,8 @@ public class AdventureCardsTest extends CardTestPlayerBase {
|
|||
assertGraveyardCount(playerA, 0);
|
||||
|
||||
Permanent rimrock = getPermanent("Rimrock Knight");
|
||||
Assert.assertEquals(rimrock.getRules(currentGame).get(0), "Adventure Instant"); // must have adventure spell info on battlefield
|
||||
Assert.assertEquals(rimrock.getRules(currentGame).get(1), "{this} can't block.");
|
||||
Assert.assertTrue(rimrock.getRules(currentGame).get(0).startsWith("Adventure Instant")); // must have adventure spell info on battlefield
|
||||
Assert.assertTrue(rimrock.getRules(currentGame).get(1).startsWith("{this} can't block."));
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue