small thing
This commit is contained in:
parent
ad2858ee6d
commit
616a6faefd
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue