mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-03 13:02:00 +00:00
fix integration tests
This commit is contained in:
parent
acbd11ccbc
commit
59e47472f1
@ -229,7 +229,7 @@ def test_orc_minmax_index(
|
||||
)
|
||||
|
||||
assert (
|
||||
result.strip()
|
||||
result
|
||||
== """2021-11-05 abd 15
|
||||
2021-11-16 aaa 22
|
||||
"""
|
||||
@ -296,7 +296,7 @@ def test_parquet_minmax_index(
|
||||
)
|
||||
|
||||
assert (
|
||||
result.strip()
|
||||
result
|
||||
== """2021-11-05 abd 15
|
||||
2021-11-16 aaa 22
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user