Skip to content

Commit 9cd6516

Browse files
committed
openapi-processor/openapi-processor-spring#198, let a processor create additional packages
1 parent 0fe6683 commit 9cd6516

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

openapi-processor-core/src/test/kotlin/io/openapiprocessor/core/writer/DefaultWriterFactorySpec.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ class DefaultWriterFactorySpec : StringSpec({
160160
override fun initAdditionalPackages(options: ApiOptions): Map<String, Path> {
161161
val pkgPaths = HashMap<String, Path>()
162162
val (name, path) = initTargetPackage("foo/bar")
163+
pkgPaths[name] = path
163164
return pkgPaths
164165
}
165166
}

0 commit comments

Comments
 (0)