Skip to content
Snippets Groups Projects
Commit 5af6b857 authored by Jueun Park's avatar Jueun Park
Browse files

edited OpenAPIMain_test.java

parent b69534b8
Branches
No related tags found
1 merge request!4Resolve "Show tests in CI"
Pipeline #13082 passed
...@@ -31,8 +31,8 @@ public class OpenAPIMain_test { ...@@ -31,8 +31,8 @@ public class OpenAPIMain_test {
static List<File> resources = new ArrayList<>(); static List<File> resources = new ArrayList<>();
@Test @BeforeAll
public void init() throws Exception { static void init() throws Exception {
File r = new File("./src/main/resources"); File r = new File("./src/main/resources");
initResources(r); initResources(r);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment