Skip to content

Commit 16e540f

Browse files
committed
add comment to tests cases
1 parent e8e8d43 commit 16e540f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jdbc-v2/src/test/java/com/clickhouse/jdbc/internal/JdbcConfigurationTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ public Object[][] createInvalidConnectionURLs() {
210210
{ "jdbc:clickhouse://foo.bar?x&y=z" },
211211
{ "jdbc:clickhouse://foo.bar?x==&y=z" },
212212
{ "jdbc:clickhouse://localhost?☺=value1" },
213+
// multiple endpoints are invalid
213214
{ "jdbc:clickhouse://foo,bar" },
214215
{ "jdbc:clickhouse://foo,bar.com:8123" },
215216
};

0 commit comments

Comments
 (0)