From 7c66141e08ec203dbff908d69d929ea3bfc0995f Mon Sep 17 00:00:00 2001 From: robot-clickhouse Date: Fri, 19 Jan 2024 11:11:13 +0000 Subject: [PATCH] Automatic style fix --- tests/integration/test_broken_projections/test.py | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/tests/integration/test_broken_projections/test.py b/tests/integration/test_broken_projections/test.py index 48ed10d0f87..8e3978a078e 100644 --- a/tests/integration/test_broken_projections/test.py +++ b/tests/integration/test_broken_projections/test.py @@ -439,8 +439,7 @@ def test_broken_projections_in_backups(cluster): "all_2_2_0\tproj\t1\n" "all_2_2_0\tproj_2\t0\n" "all_3_3_0\tproj\t0\n" - "all_3_3_0\tproj_2\t0" - == get_projections_info(node, table_name) + "all_3_3_0\tproj_2\t0" == get_projections_info(node, table_name) ) backup_name = f"b1-{get_random_string()}" @@ -467,8 +466,7 @@ def test_broken_projections_in_backups(cluster): "all_2_2_0\tproj\t0\n" "all_2_2_0\tproj_2\t0\n" "all_3_3_0\tproj\t0\n" - "all_3_3_0\tproj_2\t0" - == get_projections_info(node, table_name) + "all_3_3_0\tproj_2\t0" == get_projections_info(node, table_name) ) check(node, table_name, 1) @@ -517,8 +515,7 @@ def test_broken_projections_in_backups(cluster): "all_2_2_0\tproj\t0\n" "all_2_2_0\tproj_2\t0\n" "all_3_3_0\tproj\t0\n" - "all_3_3_0\tproj_2\t0" - == get_projections_info(node, table_name) + "all_3_3_0\tproj_2\t0" == get_projections_info(node, table_name) ) break_projection(node, table_name, "proj", "all_1_1_0", "part") @@ -553,8 +550,7 @@ def test_broken_projections_in_backups(cluster): "all_2_2_0\tproj\t0\n" "all_2_2_0\tproj_2\t0\n" "all_3_3_0\tproj\t0\n" - "all_3_3_0\tproj_2\t0" - == get_projections_info(node, table_name) + "all_3_3_0\tproj_2\t0" == get_projections_info(node, table_name) ) check(node, table_name, 0)