From 250ce5bdc8b6067a28351f5b3bb4c418d3f1e731 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Barrois?= Date: Sat, 7 Apr 2012 02:13:02 +0200 Subject: Fix tests. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Raphaƫl Barrois --- tests/test_using.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_using.py') 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' -- cgit v1.2.3