From 3fbff8e9eb4892438299347f5c6088a7b140beae Mon Sep 17 00:00:00 2001 From: boqiu <82121246@qq.com> Date: Wed, 4 Sep 2024 18:28:00 +0800 Subject: [PATCH] fix py file name --- tests/{sync_auto_random.py => sync_auto_random_test.py} | 0 tests/{sync_auto_sequential.py => sync_auto_sequential_test.py} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename tests/{sync_auto_random.py => sync_auto_random_test.py} (100%) rename tests/{sync_auto_sequential.py => sync_auto_sequential_test.py} (100%) diff --git a/tests/sync_auto_random.py b/tests/sync_auto_random_test.py similarity index 100% rename from tests/sync_auto_random.py rename to tests/sync_auto_random_test.py diff --git a/tests/sync_auto_sequential.py b/tests/sync_auto_sequential_test.py similarity index 100% rename from tests/sync_auto_sequential.py rename to tests/sync_auto_sequential_test.py