Skip to content
This repository was archived by the owner on Mar 16, 2025. It is now read-only.

Commit 19f79b4

Browse files
committed
simpler, #68
1 parent ac39c66 commit 19f79b4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/test/kotlin/io/openapiprocessor/core/converter/mapping/MappingFinderSpec.kt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -281,10 +281,7 @@ class MappingFinderSpec: StringSpec({
281281
}
282282

283283
"find result style option mapping" {
284-
listOf(
285-
ResultStyle.ALL,
286-
ResultStyle.SUCCESS
287-
).forAll { style ->
284+
ResultStyle.values().forAll { style ->
288285
val finder = MappingFinder(listOf(ResultStyleOptionMapping(style)))
289286

290287
val result = finder.findResultStyleMapping()

0 commit comments

Comments
 (0)