Skip to content

Commit e391ff2

Browse files
committed
update test case
1 parent f9987c8 commit e391ff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/queries/0_stateless/03518_key_condition_binary_search.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ $CLICKHOUSE_CLIENT -n -q "
2222
DROP TABLE IF EXISTS t1;
2323
CREATE TABLE t1
2424
(
25-
timestamp DateTime64(3, 'Asia/shanghai')
25+
timestamp DateTime64(3, 'Asia/Shanghai')
2626
)
2727
ENGINE = MergeTree
2828
ORDER BY timestamp;

0 commit comments

Comments
 (0)