Skip to content

Commit e4418af

Browse files
committed
Delete polymorphicJacksonSerialization artifacts on exit
1 parent 6be6040 commit e4418af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/openapi-generator/src/test/java/org/openapitools/codegen/kotlin/KotlinClientCodegenModelTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ public void polymorphicKotlinxSerialization() throws IOException {
573573
@Test(description = "generate polymorphic jackson model")
574574
public void polymorphicJacksonSerialization() throws IOException {
575575
File output = Files.createTempDirectory("test").toFile();
576-
// output.deleteOnExit();
576+
output.deleteOnExit();
577577

578578
final CodegenConfigurator configurator = new CodegenConfigurator()
579579
.setGeneratorName("kotlin")

0 commit comments

Comments
 (0)