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

edited OpenAPIMain_test.java

parent 3718daeb
No related branches found
No related tags found
1 merge request!4Resolve "Show tests in CI"
Pipeline #13086 passed
......@@ -38,9 +38,9 @@ public class OpenAPIMain_test {
initResources(r);
}
@MethodSource("")
@ParameterizedTest
static void parserTest(File file) throws Exception {
@Test
static void parserTest() throws Exception {
File file = resources.get(0);
OpenAPIObject jastAddObject;
OpenAPI POJOOpenAPI;
ObjectMapper mapper = new ObjectMapper();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment