summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 b5687b5..f4d5440 100644
--- a/tests/test_using.py
+++ b/tests/test_using.py
@@ -862,7 +862,7 @@ class IteratorTestCase(unittest.TestCase):
self.assertEqual(i % 5, obj.one)
-class PostGenerationDeclarationTestCase(unittest.TestCase):
+class PostGenerationTestCase(unittest.TestCase):
def test_post_generation(self):
class TestObjectFactory(factory.Factory):
one = 1