Fixed tests

This commit is contained in:
Yair Morgenstern
2023-01-09 08:56:39 +02:00
parent 2b0bd6a5f9
commit 6964c66d73

View File

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