Skip to content

Commit

Permalink
Resolved issue after Kotlin Check
Browse files Browse the repository at this point in the history
  • Loading branch information
davidepalladino-apuliasoft committed Jan 24, 2025
1 parent 8f2767b commit d9f38dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class SymbolTableTest : AbstractTest() {
val path = javaClass.getResource("/symboltable/metadata")!!.path
val connectionConfigs = listOf(
ConnectionConfig(
fileName = "*",
fileName = "*",
url = "jdbc:hsqldb:hsql://127.0.0.1:9001/mainDb",
user = "SA",
password = "",
Expand Down

0 comments on commit d9f38dd

Please sign in to comment.