Commit 2c96ee6b by Jonathan Piacenti

Make progress management command test call ModuleStoreTestCase super.

parent a233f890
......@@ -29,7 +29,7 @@ class GenerateProgressEntriesTests(ModuleStoreTestCase):
"""
def setUp(self):
super(GenerateProgressEntriesTests, self).setUp()
# Create a couple courses to work with
self.course = CourseFactory.create(
start=datetime(2014, 6, 16, 14, 30),
......
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