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