From 6964c66d7391e5c0b26b823e7a9d6b48b04b0dd7 Mon Sep 17 00:00:00 2001 From: Yair Morgenstern Date: Mon, 9 Jan 2023 08:56:39 +0200 Subject: [PATCH] Fixed tests --- tests/src/com/unciv/logic/map/FreshWaterTests.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/src/com/unciv/logic/map/FreshWaterTests.kt b/tests/src/com/unciv/logic/map/FreshWaterTests.kt index 56464f0a6d..9bad098981 100644 --- a/tests/src/com/unciv/logic/map/FreshWaterTests.kt +++ b/tests/src/com/unciv/logic/map/FreshWaterTests.kt @@ -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) }