Commit d4e322cd by Jonathan Piacenti

Make social engagement management command test use ModuleStoreTestCase.

parent 83485ed9
...@@ -35,6 +35,7 @@ class StudentEngagementTests(ModuleStoreTestCase): ...@@ -35,6 +35,7 @@ class StudentEngagementTests(ModuleStoreTestCase):
""" Test suite for CourseModuleCompletion """ """ Test suite for CourseModuleCompletion """
def setUp(self): def setUp(self):
super(StudentEngagementTests, self).setUp()
self.user = UserFactory() self.user = UserFactory()
self.user2 = UserFactory() self.user2 = UserFactory()
......
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