Skip to content

Commit 1451bc7

Browse files
committed
fixed wrong test
1 parent 8333046 commit 1451bc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clickhouse-jdbc/src/test/java/com/clickhouse/client/api/sql/SQLUtilsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public Object[][] enquoteLiteralTestData() {
1818
{"O'Reilly", "'O''Reilly'"},
1919
{"😊👍", "'😊👍'"},
2020
{"", "''"},
21-
{"single'quote'double''quote\"", "'single''quote''doubl''e''"}
21+
{"single'quote'double''quote\"", "'single''quote''double''''quote\"'"}
2222
};
2323
}
2424

0 commit comments

Comments
 (0)