Renamed test case

This commit is contained in:
Konsta Vesterinen
2013-08-24 13:48:59 +03:00
parent 1ee044caa9
commit f7307f3bcb

View File

@@ -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'