Renamed test case
This commit is contained in:
@@ -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'
|
||||
|
Reference in New Issue
Block a user