summaryrefslogtreecommitdiff
path: root/src/unittests/resources/dye/dyepalette.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/unittests/resources/dye/dyepalette.cc')
-rw-r--r--src/unittests/resources/dye/dyepalette.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/unittests/resources/dye/dyepalette.cc b/src/unittests/resources/dye/dyepalette.cc
index 0e99e9871..9a64be1f5 100644
--- a/src/unittests/resources/dye/dyepalette.cc
+++ b/src/unittests/resources/dye/dyepalette.cc
@@ -95,13 +95,13 @@ TEST_CASE("DyePalette tests", "")
Dirs::initHomeDir();
ConfigManager::initConfiguration();
- getConfigDefaults2(config.getDefaultValues());
- branding.setDefaultValues(getBrandingDefaults());
+ setConfigDefaults2(config);
+ setBrandingDefaults(branding);
ActorSprite::load();
gui = new Gui();
gui->postInit(mainGraphics);
- paths.setDefaultValues(getPathsDefaults());
+ setPathsDefaults(paths);
PaletteDB::load();
SECTION("simple test 1")