From 0b153ab8e195c557c8877015325fc88374eba18a Mon Sep 17 00:00:00 2001 From: cyruszhang Date: Thu, 2 Jan 2025 10:51:15 -0800 Subject: [PATCH] [nit] rename test --- tests/core/test_dataload_strategy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/core/test_dataload_strategy.py b/tests/core/test_dataload_strategy.py index b3f489cfb..f8afc466f 100644 --- a/tests/core/test_dataload_strategy.py +++ b/tests/core/test_dataload_strategy.py @@ -7,7 +7,7 @@ class MockStrategy(DataLoadStrategy): def load_data(self): pass -class TestDataLoadStrategyRegistry(unittest.TestCase): +class DataLoadStrategyRegistryTest(unittest.TestCase): def setUp(self): # Clear existing strategies before each test DataLoadStrategyRegistry._strategies = {}