You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi-processor-core/src/test/kotlin/io/openapiprocessor/core/processor/mapping/v2/MappingConverterParameterSpec.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -193,7 +193,7 @@ class MappingConverterParameterSpec: StringSpec({
193
193
add.mapping.sourceTypeFormat.shouldBeNull()
194
194
add.mapping.targetTypeName shouldBe "mapping.Foo"
195
195
add.annotation!!.type shouldBe "annotation.Bar"
196
-
add.annotation!!.parameters.shouldBeEmpty()
196
+
add.annotation.parameters.shouldBeEmpty()
197
197
}
198
198
199
199
"read multiple global additional parameter type mappings" {
0 commit comments