From aa31d55f0a9f5fc70332120918f68146d795d746 Mon Sep 17 00:00:00 2001 From: boqiu <82121246@qq.com> Date: Wed, 4 Sep 2024 18:53:45 +0800 Subject: [PATCH] rm dummy ;py code --- tests/sync_auto_random_test.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/sync_auto_random_test.py b/tests/sync_auto_random_test.py index 00ffbdd..5b572f2 100644 --- a/tests/sync_auto_random_test.py +++ b/tests/sync_auto_random_test.py @@ -28,7 +28,5 @@ class AutoRandomSyncTest(TestFramework): wait_until(lambda: self.nodes[1].zgs_get_file_info(data_root_2) is not None) wait_until(lambda: self.nodes[1].zgs_get_file_info(data_root_2)["finalized"]) - assert 1 > 2 - if __name__ == "__main__": AutoRandomSyncTest().main()