summaryrefslogtreecommitdiff
path: root/tests/test_using.py
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2012-04-07 02:13:02 +0200
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2012-04-07 02:15:55 +0200
commit250ce5bdc8b6067a28351f5b3bb4c418d3f1e731 (patch)
treebfc2f512b14e497dfb497dfdd2efc7902eb83044 /tests/test_using.py
parentff958948b937386d3c8581dbe0dc368e5796c15a (diff)
downloadfactory-boy-250ce5bdc8b6067a28351f5b3bb4c418d3f1e731.tar
factory-boy-250ce5bdc8b6067a28351f5b3bb4c418d3f1e731.tar.gz
Fix tests.
Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
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'