diff options
author | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2012-04-07 02:13:02 +0200 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2012-04-07 02:15:55 +0200 |
commit | 250ce5bdc8b6067a28351f5b3bb4c418d3f1e731 (patch) | |
tree | bfc2f512b14e497dfb497dfdd2efc7902eb83044 /tests | |
parent | ff958948b937386d3c8581dbe0dc368e5796c15a (diff) | |
download | factory-boy-250ce5bdc8b6067a28351f5b3bb4c418d3f1e731.tar factory-boy-250ce5bdc8b6067a28351f5b3bb4c418d3f1e731.tar.gz |
Fix tests.
Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_using.py | 2 |
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' |