summaryrefslogtreecommitdiff
path: root/tests/test_base.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_base.py')
-rw-r--r--tests/test_base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_base.py b/tests/test_base.py
index c16d536..6f16e8f 100644
--- a/tests/test_base.py
+++ b/tests/test_base.py
@@ -47,7 +47,7 @@ class FakeDjangoModel(object):
self.id = None
class FakeModelFactory(base.Factory):
- FACTORY_ABSTRACT = True
+ ABSTRACT_FACTORY = True
@classmethod
def _create(cls, target_class, *args, **kwargs):