Skip to content

Commit c85cf65

Browse files
authored
Merge pull request #3585 from hboutemy/patch-1
generate test code to target/test-classes
2 parents 5fdc069 + 2143ef9 commit c85cf65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/jooby-openapi/src/test/java/issues/Issue1582.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import io.swagger.v3.oas.models.info.Info;
2121

2222
public class Issue1582 {
23-
private Path outDir = Paths.get(System.getProperty("user.dir"), "target", "classes");
23+
private Path outDir = Paths.get(System.getProperty("user.dir"), "target", "test-classes");
2424

2525
@Test
2626
public void shouldGenerateOnOneLvelPackageLocation() throws IOException {

0 commit comments

Comments
 (0)