Automatic style fix

This commit is contained in:
robot-clickhouse 2023-05-24 14:19:37 +00:00
parent 242c3bc9a9
commit a237b8b839

View File

@ -136,8 +136,12 @@ def test_merge_with_ttl_timeout(started_cluster):
)
)
assert_eq_with_retry(node1, "SELECT countIf(a = 0) FROM {table}".format(table=table), "3\n")
assert_eq_with_retry(node2, "SELECT countIf(a = 0) FROM {table}".format(table=table), "3\n")
assert_eq_with_retry(
node1, "SELECT countIf(a = 0) FROM {table}".format(table=table), "3\n"
)
assert_eq_with_retry(
node2, "SELECT countIf(a = 0) FROM {table}".format(table=table), "3\n"
)
def test_ttl_many_columns(started_cluster):