Skip to content

Commit 0bc1f90

Browse files
committed
run test case (#247)
1 parent 2f1f1ca commit 0bc1f90

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

openapi-processor-core/src/testInt/kotlin/io/openapiprocessor/core/ProcessorTestSets.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ val ALL_30: List<TestParams> = listOf(
7171
test30_D_("response-reactive-result-mapping"),
7272
test30_D_("response-result-mapping"),
7373
test30_DR("response-result-multiple"),
74+
test30_DR("response-result-multiple-object"),
7475
test30_D_("response-result-reactive-mapping"),
7576
test30_D_("response-simple-data-types"),
7677
test30_DR("response-single-multi-mapping"),
@@ -151,6 +152,7 @@ val ALL_31: List<TestParams> = listOf(
151152
test31_D_("response-reactive-result-mapping"),
152153
test31_D_("response-result-mapping"),
153154
test31_DR("response-result-multiple"),
155+
test31_DR("response-result-multiple-object"),
154156
test31_D_("response-result-reactive-mapping"),
155157
test31_D_("response-simple-data-types"),
156158
test31_DR("response-single-multi-mapping"),

0 commit comments

Comments
 (0)