We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35b4c2a commit c6ff325Copy full SHA for c6ff325
clickhouse-client/src/test/java/com/clickhouse/client/ClickHouseServerForTest.java
@@ -331,7 +331,7 @@ public static void beforeSuite() {
331
clickhouseContainer.start();
332
333
if (clickhouseContainer.isRunning()) {
334
- if (!runQuery("CREATE DATABASE IF NOT EXISTS `" + getDatabase() + "\`")) {
+ if (!runQuery("CREATE DATABASE IF NOT EXISTS `" + getDatabase() + "`")) {
335
throw new RuntimeException("Failed to create database");
336
}
337
0 commit comments