Skip to content

Commit

Permalink
Add getDatabaseName() method to ClickHouseContainer (#8339)
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-lee committed Mar 6, 2024
1 parent eb7af26 commit d3b0df2
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,11 @@ public String getPassword() {
return password;
}

@Override
public String getDatabaseName() {
return databaseName;
}

@Override
public String getTestQueryString() {
return TEST_QUERY;
Expand Down

0 comments on commit d3b0df2

Please sign in to comment.