mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
Fix morph tests
This commit is contained in:
parent
7177b316aa
commit
1e4b84c2e6
1 changed files with 2 additions and 2 deletions
|
|
@ -747,7 +747,7 @@ public class TokenImagesTest extends CardTestPlayerBase {
|
|||
execute();
|
||||
|
||||
assertPermanentCount(playerA, EmptyNames.FACE_DOWN_CREATURE.getTestCommand(), faceDownAmount);
|
||||
assert_FaceDownMorphImageNumber(Arrays.asList(1, 2, 3));
|
||||
assert_FaceDownMorphImageNumber(Arrays.asList(1, 2));
|
||||
}
|
||||
|
||||
@Test // it's ok for fail in very rare random
|
||||
|
|
@ -766,7 +766,7 @@ public class TokenImagesTest extends CardTestPlayerBase {
|
|||
execute();
|
||||
|
||||
assertPermanentCount(playerA, EmptyNames.FACE_DOWN_CREATURE.getTestCommand(), faceDownAmount);
|
||||
assert_FaceDownMorphImageNumber(Arrays.asList(1, 2, 3));
|
||||
assert_FaceDownMorphImageNumber(Arrays.asList(1, 2));
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue