Skip to content

Commit 452babb

Browse files
mcruzdevhbelmiro
andauthored
Update server/deployment/src/test/java/io/quarkiverse/openapi/server/generator/deployment/CodegenTest.java
Co-authored-by: Helber Belmiro <[email protected]>
1 parent 92908f4 commit 452babb

File tree

1 file changed

+1
-1
lines changed
  • server/deployment/src/test/java/io/quarkiverse/openapi/server/generator/deployment

1 file changed

+1
-1
lines changed

server/deployment/src/test/java/io/quarkiverse/openapi/server/generator/deployment/CodegenTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public void testInputDir() throws CodeGenException {
6262
}
6363

6464
@Test
65-
public void shouldGenerateAnErrorWhenInputDirIsNotExist() throws CodeGenException {
65+
public void shouldGenerateAnErrorWhenInputDirIsNotExist() {
6666
Config config = MockConfigUtils.getTestConfig("doesNotExistDir.application.properties");
6767
CodeGenContext codeGenContext = new CodeGenContext(null, Path.of(OUT_DIR, "inputDir"), WORK_DIR,
6868
INPUT_DIR, false, config, true);

0 commit comments

Comments
 (0)