diff --git a/jdbc-test/src/DBTest.kt b/jdbc-test/src/DBTest.kt index 2986bb4d..5df5c5c9 100644 --- a/jdbc-test/src/DBTest.kt +++ b/jdbc-test/src/DBTest.kt @@ -18,7 +18,7 @@ abstract class DBTest { startDevDB() } - val db: DataSource by lazy { DBModule().dataSource } + @JvmStatic protected val db: DataSource by lazy { DBModule().dataSource } } @BeforeEach open fun startTx() {