From da903fefe72b584624ec91feb231da06f1a0621e Mon Sep 17 00:00:00 2001 From: boqiu <82121246@qq.com> Date: Fri, 25 Oct 2024 11:56:21 +0800 Subject: [PATCH] remove dummy code in py test --- tests/sync_auto_random_v2_test.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/sync_auto_random_v2_test.py b/tests/sync_auto_random_v2_test.py index 6411177..0196327 100644 --- a/tests/sync_auto_random_v2_test.py +++ b/tests/sync_auto_random_v2_test.py @@ -30,7 +30,5 @@ class AutoRandomSyncV2Test(TestFramework): wait_until(lambda: self.nodes[i].zgs_get_file_info(data_root_2) is not None) wait_until(lambda: self.nodes[i].zgs_get_file_info(data_root_2)["finalized"]) - assert 1 > 2 - if __name__ == "__main__": AutoRandomSyncV2Test().main()