mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-14 09:48:02 +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
|
||||
public void testMaxArtCountForBasicLand(){
|
||||
int maxArtIndex = this.cardDb.getMaxArtIndex("Island");
|
||||
assertEquals(maxArtIndex, 13);
|
||||
assertTrue(maxArtIndex >= 14);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user