1
0
Fork 0

small thing

This commit is contained in:
Xavier Fontanet 2024-05-25 18:13:26 +02:00
parent ad2858ee6d
commit 616a6faefd
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ public class ConfigLoader extends CommonConfigFileLoader<ConfigLoader.ProjectCon
} }
public static boolean isTestMode(){ public static boolean isTestMode(){
return isUnitTesting || get(TEST_MODE).equals("true"); return isUnitTesting || isEnabled(TEST_MODE);
} }
public static void weAreUnitTesting() { public static void weAreUnitTesting() {
isUnitTesting = true; isUnitTesting = true;