Fixed an error in super call.

This commit is contained in:
Selwin Ong 2015-01-26 08:37:03 +07:00
parent de1cd8a83c
commit 105b95e9b8
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ class TestFinishedJobRegistry(RQTestCase):
class TestDeferredRegistry(RQTestCase):
def setUp(self):
super(TestRegistry, self).setUp()
super(TestDeferredRegistry, self).setUp()
self.registry = DeferredJobRegistry(connection=self.testconn)
def test_add(self):