Skip to content

Commit 234b13c

Browse files
committed
clean up
1 parent 6258519 commit 234b13c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openapi-processor-core/src/test/kotlin/io/openapiprocessor/core/converter/ContentTypeInterfaceCollectorSpec.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ class ContentTypeInterfaceCollectorSpec: StringSpec({
124124
cti["application/json"].shouldNotBeNull()
125125
}
126126

127-
"returns interface result with different response data types, with primitve" {
127+
"returns interface result with different response data types, with primitive" {
128128
val collector = ContentTypeInterfaceCollector("/foo", HttpMethod.GET)
129129

130130
val ctr = mutableMapOf<ContentType, Map<HttpStatus, Response>>()

0 commit comments

Comments
 (0)