Skip to content

Commit 642242a

Browse files
committed
Fix tests failures
1 parent f5b3b0a commit 642242a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/queries/0_stateless/02346_gin_index_queries.reference

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ af gin
3636
1
3737
103 {'Click':'Click a03'}
3838
1
39-
Test gin(tokenizer="ngram", ngram_size = 2) on a column with two parts
39+
Test gin(tokenizer = "ngram", ngram_size = 2) on a column with two parts
4040
af gin
4141
101 Alick a01
4242
111 Alick b01
4343
201 rick c01
4444
1
45-
Test gin(tokenizer="ngram", ngram_size = 2) on UTF-8 data
45+
Test gin(tokenizer = "ngram", ngram_size = 2) on UTF-8 data
4646
af gin
4747
102 clickhouse你好
4848
1

0 commit comments

Comments
 (0)