Lint project

This commit is contained in:
2019-10-10 22:50:24 +02:00
parent 194620e15b
commit f76f6f83bb
36 changed files with 81 additions and 118 deletions

View File

@@ -24,7 +24,7 @@ var unitialized: Boolean = false
@KtorExperimentalLocationsAPI
@RunWith(Cucumber::class)
@CucumberOptions(plugin = ["pretty"])
class RunCucumberTest: En, KoinTest {
class RunCucumberTest : En, KoinTest {
private val logger: Logger? by LoggerDelegate()
val ktorContext = KtorServerContext {
@@ -44,7 +44,7 @@ class RunCucumberTest: En, KoinTest {
unitialized = true
}
Before(-1) { scenario: Scenario ->
Before(-1) { _: Scenario ->
config.database = "test"
config.username = "test"
config.password = "test"