mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 02:08:00 +00:00
Merge branch 'fix-oracle-test-maxartcount-islands' into 'master'
Updated Oracle for MaxArtCount test for Island See merge request core-developers/forge!5862
This commit is contained in:
@@ -2101,7 +2101,7 @@ public class CardDbTestCase extends ForgeCardMockTestCase {
|
|||||||
@Test
|
@Test
|
||||||
public void testMaxArtCountForBasicLand(){
|
public void testMaxArtCountForBasicLand(){
|
||||||
int maxArtIndex = this.cardDb.getMaxArtIndex("Island");
|
int maxArtIndex = this.cardDb.getMaxArtIndex("Island");
|
||||||
assertEquals(maxArtIndex, 13);
|
assertTrue(maxArtIndex >= 14);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
|||||||
Reference in New Issue
Block a user