File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
modules/openapi-generator/src/test/java/org/openapitools/codegen Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ public void testIgnoreFileProcessing() throws IOException {
6868
6969 List <File > files = generator .opts (clientOptInput ).generate ();
7070
71- Assert .assertEquals (files .size (), 42 );
71+ Assert .assertEquals (files .size (), 43 );
7272
7373 // Check expected generated files
7474 // api sanity check
@@ -156,7 +156,7 @@ public void testFilesAreNeverOverwritten() throws IOException {
156156
157157 List <File > files = generator .opts (clientOptInput ).generate ();
158158
159- Assert .assertEquals (files .size (), 16 );
159+ Assert .assertEquals (files .size (), 18 );
160160
161161 // Check API is written and Test is not
162162 TestUtils .ensureContainsFile (files , output , "src/main/java/org/openapitools/client/api/PetApi.java" );
You can’t perform that action at this time.
0 commit comments