diff --git a/NCPPlugin/src/test/java/fr/neatmonster/nocheatplus/test/TestConfig.java b/NCPPlugin/src/test/java/fr/neatmonster/nocheatplus/test/TestConfig.java index 7311fa4a..3294b6a7 100644 --- a/NCPPlugin/src/test/java/fr/neatmonster/nocheatplus/test/TestConfig.java +++ b/NCPPlugin/src/test/java/fr/neatmonster/nocheatplus/test/TestConfig.java @@ -9,6 +9,7 @@ import fr.neatmonster.nocheatplus.config.ConfPaths; import fr.neatmonster.nocheatplus.config.ConfigFile; import fr.neatmonster.nocheatplus.config.PathUtils; import fr.neatmonster.nocheatplus.config.RawConfigFile; +import fr.neatmonster.nocheatplus.logging.StaticLog; public class TestConfig { @@ -44,7 +45,7 @@ public class TestConfig { @Test public void testMovePaths() { - // TODO: Set StaticLog to not log. + StaticLog.setUseLogManager(false); ConfigFile config = new ConfigFile(); // Simple moved boolean.