Skip to content

Commit 2143ef9

Browse files
authored
generate test code to target/test-classes
1 parent 34d1566 commit 2143ef9

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)