Skip to content

Commit

Permalink
#305 fix config file checkoer
Browse files Browse the repository at this point in the history
  • Loading branch information
yzerk committed Feb 2, 2023
1 parent 473ad2f commit 203b23f
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import com.crowdin.cli.utils.Utils;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

import java.io.File;
Expand Down Expand Up @@ -42,7 +41,6 @@ public void testError_EverythingEmpty() {
}

@Test
@Disabled("App can not work without config file")
public void testOk_Params_WithoutConfigFile() {
ParamsWithFiles okParams = new ParamsWithFiles() {{
setIdParam("666");
Expand Down Expand Up @@ -141,7 +139,6 @@ public void testBasePropertiesWithNoValues() {
}

@Test
@Disabled("App can not work without config file")
public void testProjectProperties() {
ProjectParams params = new ProjectParams(){{
setIdParam("123");
Expand Down

0 comments on commit 203b23f

Please sign in to comment.