Fix morph tests

This commit is contained in:
ReSech 2025-11-13 08:52:07 +11:00
parent 7177b316aa
commit 1e4b84c2e6
No known key found for this signature in database
GPG key ID: 60364541501BA473

View file

@ -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