mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 01:51:59 +00:00
Blacken test_backup_restore_storage_policy/test.py
This commit is contained in:
parent
731b780b84
commit
2ed74507e7
@ -51,7 +51,7 @@ def test_restore_table(policy):
|
||||
n = 20
|
||||
sum_n = int((n * (n - 1)) / 2)
|
||||
expected = f"{n}\t{sum_n}\n"
|
||||
|
||||
|
||||
create_and_fill_table(n)
|
||||
|
||||
assert instance.query("SELECT count(), sum(x) FROM test.table") == expected
|
||||
|
Loading…
Reference in New Issue
Block a user