Skip to content

Commit

Permalink
Use testcontainers for MySQL instead of mysql-connector-mxj (#957) / …
Browse files Browse the repository at this point in the history
…Fix for run embedded tests
  • Loading branch information
Tapac committed Jul 8, 2020
1 parent 81d8e48 commit 7fef20a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ private val mySQLProcess by lazy {
}

private fun runTestContainersMySQL(): Boolean =
(System.getProperty("exposed.test.mysql.host") ?: System.getProperty("exposed.test.mysql8.host")).isBlank()
(System.getProperty("exposed.test.mysql.host") ?: System.getProperty("exposed.test.mysql8.host")).isNullOrBlank()

abstract class DatabaseTestsBase {
init {
Expand Down

0 comments on commit 7fef20a

Please sign in to comment.