Minor: Fix test data

This commit is contained in:
Alexey Sedunov
2017-09-29 14:25:08 +03:00
parent f63e33b23d
commit b4847e69e8
@@ -1409,7 +1409,8 @@ class KotlinMavenImporterTest : MavenImportingTestCase() {
listOf("plugin:org.jetbrains.kotlin.allopen:annotation=org.springframework.stereotype.Component",
"plugin:org.jetbrains.kotlin.allopen:annotation=org.springframework.transaction.annotation.Transactional",
"plugin:org.jetbrains.kotlin.allopen:annotation=org.springframework.scheduling.annotation.Async",
"plugin:org.jetbrains.kotlin.allopen:annotation=org.springframework.cache.annotation.Cacheable"),
"plugin:org.jetbrains.kotlin.allopen:annotation=org.springframework.cache.annotation.Cacheable",
"plugin:org.jetbrains.kotlin.allopen:annotation=org.springframework.boot.test.context.SpringBootTest"),
compilerArguments!!.pluginOptions!!.toList()
)
}