Skip to content

Commit 4b8953c

Browse files
committed
Removed print statement
1 parent ff5dc0f commit 4b8953c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5053,7 +5053,6 @@ public void testModelAdditionalPropertiesWithNullableProperty() throws Exception
50535053
Map<String, File> tsFiles = tsGenerator.opts(tsClientOptInput).generate()
50545054
.stream().collect(Collectors.toMap(File::getName, Function.identity()));
50555055

5056-
System.out.println(Files.readString(tsFiles.get("sampleObjectWithAdditionalFalse.ts").toPath()));
50575056
TestUtils.assertFileContains(tsFiles.get("sampleObjectWithAdditionalFalse.ts").toPath(), "someString?: string");
50585057
assertFalse(tsFiles.containsKey("sampleObjectWithAdditionalFalseSomeString.ts"));
50595058

0 commit comments

Comments
 (0)