Skip to content

Commit

Permalink
[nit] rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
cyruszhang committed Jan 2, 2025
1 parent 4b6065f commit 0b153ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core/test_dataload_strategy.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {}
Expand Down

0 comments on commit 0b153ab

Please sign in to comment.