summaryrefslogtreecommitdiff
path: root/tests/test_using.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_using.py')
-rw-r--r--tests/test_using.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_using.py b/tests/test_using.py
index 36ecdff..e6df3c2 100644
--- a/tests/test_using.py
+++ b/tests/test_using.py
@@ -203,7 +203,7 @@ class SimpleBuildTestCase(unittest.TestCase):
self.assertEqual(obj.four, None)
-class FactoryTestCase(unittest.TestCase):
+class UsingFactoryTestCase(unittest.TestCase):
def testAttribute(self):
class TestObjectFactory(factory.Factory):
one = 'one'