Skip to content

Commit 12dbff1

Browse files
author
m2
committed
add v30 test case
1 parent 8f6b049 commit 12dbff1

File tree

1 file changed

+1
-1
lines changed
  • springdoc-openapi-tests/springdoc-openapi-kotlin-webmvc-tests/src/test/kotlin/test/org/springdoc/api/v31/app17

1 file changed

+1
-1
lines changed

springdoc-openapi-tests/springdoc-openapi-kotlin-webmvc-tests/src/test/kotlin/test/org/springdoc/api/v31/app17/SpringDocApp17Test.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class SpringDocApp17Test : AbstractKotlinSpringDocMVCTest() {
3131
val fieldAnnotations = field.annotations
3232
Assertions.assertTrue(fieldAnnotations.any { it is NotEmpty })
3333
// remove parent field
34-
// methodParameters.removeAt(index)
34+
methodParameters.removeAt(index)
3535
} else fieldNameSet.add(field.name)
3636
}
3737
}

0 commit comments

Comments
 (0)