Skip to content

Commit

Permalink
feat: change default prefix not to be coordinator specific
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesho committed Oct 21, 2024
1 parent 5ff4ec6 commit 255170a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ object DbHelper {
private var formatter: DateTimeFormatter = DateTimeFormatter.ofPattern("yyyyMMddHHmmss")

fun generateUniqueDbName(
prefix: String = "coordinator_test",
prefix: String = "test",
clock: Clock = Clock.systemUTC()
): String {
// Just time is not enough, as we can have multiple tests running in parallel
Expand Down

0 comments on commit 255170a

Please sign in to comment.