fix test for master branch
This commit is contained in:
parent
c0baecc951
commit
fa2f52b560
1 changed files with 1 additions and 0 deletions
|
@ -117,6 +117,7 @@ public class MainAppTest {
|
|||
|
||||
@Test
|
||||
public void isEngineeringModeOrReleaseTest() {
|
||||
mainApp.devBranch = true;
|
||||
Assert.assertEquals(!Config.APS, mainApp.isEngineeringModeOrRelease());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue