diff --git a/tests/src/com/unciv/testing/BasicTests.kt b/tests/src/com/unciv/testing/BasicTests.kt index 683aaf67f0..0275bda827 100644 --- a/tests/src/com/unciv/testing/BasicTests.kt +++ b/tests/src/com/unciv/testing/BasicTests.kt @@ -77,6 +77,14 @@ class BasicTests { UncivGame.Current.settings = GameSettings().apply { language = "Italian" } } + @Test + fun baseRulesetHasNoBugs() { + ruleset.modOptions.isBaseRuleset=true + val modCheck = ruleset.checkModLinks() + if(modCheck!="") println(modCheck) + Assert.assertTrue(modCheck == "") + } + // @Test // This should NOT run as part of the test suite! // fun tryGetGithubTopicInfo(){