Commit 6b62bf9b by Brandon Baker

EDUCATOR-344

Removed extraneous instances of track_function
parent f4c9044d
...@@ -96,7 +96,6 @@ class SplitTestModuleTest(XModuleXmlImportTest, PartitionTestCase): ...@@ -96,7 +96,6 @@ class SplitTestModuleTest(XModuleXmlImportTest, PartitionTestCase):
partitions_service = MockPartitionService( partitions_service = MockPartitionService(
self.course, self.course,
course_id=self.course.id, course_id=self.course.id,
track_function=Mock(name='track_function'),
) )
self.module_system._services['partitions'] = partitions_service # pylint: disable=protected-access self.module_system._services['partitions'] = partitions_service # pylint: disable=protected-access
......
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