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:
Hans Mackowiak
2021-11-19 19:38:24 +00:00

View File

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