We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8d2f33 commit f7dea95Copy full SHA for f7dea95
1 file changed
openapi-processor-core/src/testInt/kotlin/io/openapiprocessor/core/ProcessorTestSets.kt
@@ -24,6 +24,7 @@ val ALL_30: List<TestSet> = listOf(
24
TestSet("javadoc", API_30),
25
TestSet("javadoc-with-mapping", API_30),
26
TestSet("map-from-additional-properties", API_30),
27
+ TestSet("map-from-additional-properties-with-package-name", API_30),
28
TestSet("method-operation-id", API_30),
29
TestSet("model-name-suffix", API_30),
30
TestSet("model-name-suffix-with-package-name", API_30),
@@ -87,6 +88,7 @@ val ALL_31: List<TestSet> = listOf(
87
88
TestSet("javadoc", API_31),
89
TestSet("javadoc-with-mapping", API_31),
90
TestSet("map-from-additional-properties", API_31),
91
+ TestSet("map-from-additional-properties-with-package-name", API_31),
92
TestSet("method-operation-id", API_31),
93
TestSet("model-name-suffix", API_31),
94
TestSet("model-name-suffix-with-package-name", API_31),
0 commit comments