Skip to content

Commit

Permalink
make DBTest.db propected, so that users won't accidentally static imp…
Browse files Browse the repository at this point in the history
…ort it
  • Loading branch information
angryziber committed Dec 20, 2024
1 parent dc7d636 commit f0dce30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jdbc-test/src/DBTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit f0dce30

Please sign in to comment.