mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-10 15:59:33 +07:00
Fixed tests
This commit is contained in:
@ -26,7 +26,7 @@ class FreshWaterTests {
|
||||
fun initTheWorld() {
|
||||
RulesetCache.loadRulesets()
|
||||
ruleSet = RulesetCache.getVanillaRuleset()
|
||||
map = MapSaver.mapFromSavedString(testingMap, false)
|
||||
map = MapSaver.mapFromSavedString(testingMap)
|
||||
map.setTransients(ruleSet, false)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user