diff options
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' |