Commit 0c8fcf6a by Ned Batchelder

Fix super-not-called errors

parent 0e81e0ce
......@@ -71,6 +71,7 @@ class TestMoveToVerified(SharedModuleStoreTestCase):
cls.course = CourseFactory.create()
def setUp(self):
super(TestMoveToVerified, self).setUp()
self.user = UserFactory()
# Spy on number of calls to celery task.
celery_task_patcher = patch.object(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment