Skip to content

Commit a929e5c

Browse files
committed
[BUG][JAVA][okhttp-gson] Remove test stubs from FILES index
CI's bin/generate-samples.sh regen skips writing test files when they already exist, and only newly-written files go into the FILES index. The test stubs were emitted on first regen and listed in FILES; CI's re-regen sees them existing -> skips -> filters them from FILES, producing a 'Samples up-to-date' diff. Remove the four NullableFields* test stub entries to match what regen actually produces.
1 parent 3c693a2 commit a929e5c

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

  • samples/client/petstore/java/okhttp-gson/.openapi-generator

samples/client/petstore/java/okhttp-gson/.openapi-generator/FILES

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,3 @@ src/main/java/org/openapitools/client/model/Value.java
277277
src/main/java/org/openapitools/client/model/Variable.java
278278
src/main/java/org/openapitools/client/model/Whale.java
279279
src/main/java/org/openapitools/client/model/Zebra.java
280-
src/test/java/org/openapitools/client/model/NullableFieldsMapErrorTest.java
281-
src/test/java/org/openapitools/client/model/NullableFieldsMapResponseTest.java
282-
src/test/java/org/openapitools/client/model/NullableFieldsMapSuccessTest.java
283-
src/test/java/org/openapitools/client/model/NullableFieldsValueTest.java

0 commit comments

Comments
 (0)