mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2025-01-15 03:51:20 +01:00
Attempt to fix test failing due to StaticLog using LogManager.
TODO: How/where !?
This commit is contained in:
parent
eacd09be13
commit
ba990054c6
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user