Fix warnings in Kotlin tests

This commit is contained in:
Sebastien Deleuze
2017-07-19 08:12:48 +02:00
parent e2fd04dff3
commit ff85726fa9
2 changed files with 2 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ import org.springframework.context.support.BeanDefinitionDsl.*
import org.springframework.core.env.SimpleCommandLinePropertySource
import org.springframework.core.env.get
@Suppress("UNUSED_EXPRESSION")
class BeanDefinitionDslTests {
@Test