From 6b62bf9b4be33f19bae4e9f7c299b15c79b06bcb Mon Sep 17 00:00:00 2001 From: Brandon Baker Date: Mon, 12 Jun 2017 14:45:37 +0000 Subject: [PATCH] EDUCATOR-344 Removed extraneous instances of track_function --- common/lib/xmodule/xmodule/tests/test_split_test_module.py | 1 - 1 file changed, 1 deletion(-) diff --git a/common/lib/xmodule/xmodule/tests/test_split_test_module.py b/common/lib/xmodule/xmodule/tests/test_split_test_module.py index ba23497d85..150a777a46 100644 --- a/common/lib/xmodule/xmodule/tests/test_split_test_module.py +++ b/common/lib/xmodule/xmodule/tests/test_split_test_module.py @@ -96,7 +96,6 @@ class SplitTestModuleTest(XModuleXmlImportTest, PartitionTestCase): partitions_service = MockPartitionService( self.course, course_id=self.course.id, - track_function=Mock(name='track_function'), ) self.module_system._services['partitions'] = partitions_service # pylint: disable=protected-access