Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Shmuma committed Aug 27, 2024
1 parent 414645b commit c94504b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,4 @@ class ExasolConnectionManagerSuite extends AnyFunSuite with Matchers with Mockit

private[this] def getWorkerJdbcUrl(host: String, port: Int, id: Int, token: Long): String =
s"jdbc:exa-worker:$host:$port;comment=$id;workertoken=$token"

}``
}

0 comments on commit c94504b

Please sign in to comment.