mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 12:02:01 -08:00
Tests: improved showCardInfo to show texts from multiple card names
This commit is contained in:
parent
ad4be5a9fe
commit
b5f45f395f
2 changed files with 19 additions and 11 deletions
|
|
@ -280,7 +280,7 @@ public class ThousandYearStormTest extends CardTestPlayerBase {
|
|||
Cycling {2} ({2}, Discard this card: Draw a card.)
|
||||
*/
|
||||
// Test fails sometimes with the following message:
|
||||
// java.lang.AssertionError: b 0x copy after control - PlayerA have wrong life: 20 <> 17 expected:<17> but was:<20>
|
||||
// Can't find available command - activate:Cast Lightning Bolt$targetPlayer=PlayerA
|
||||
@Test
|
||||
public void test_GetControlNotCounts() {
|
||||
addCard(Zone.BATTLEFIELD, playerA, "Mountain", 5);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue