diff --git a/tests/batch_fetch/test_composite_keys.py b/tests/batch_fetch/test_composite_keys.py index d59b80d..386f7fa 100644 --- a/tests/batch_fetch/test_composite_keys.py +++ b/tests/batch_fetch/test_composite_keys.py @@ -3,7 +3,7 @@ from sqlalchemy_utils import batch_fetch from tests import TestCase -class TestBatchFetchManyToOneRelationships(TestCase): +class TestBatchFetchWithCompositeKeyRelationships(TestCase): def create_models(self): class User(self.Base): __tablename__ = 'user'