Skip to content

Commit

Permalink
Remove duplicate test setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
Toby Lawrence committed Feb 16, 2016
1 parent fe545e0 commit af102a6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cms/djangoapps/contentstore/tests/test_courseware_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -750,11 +750,6 @@ def setUpClass(cls):
publish_item=False,
)

def setUp(self):
super(TestTaskExecution, self).setUp()
SignalHandler.course_published.disconnect(listen_for_course_publish)
SignalHandler.library_updated.disconnect(listen_for_library_update)

def test_task_indexing_course(self):
""" Making sure that the receiver correctly fires off the task when invoked by signal """
searcher = SearchEngine.get_search_engine(CoursewareSearchIndexer.INDEX_NAME)
Expand Down

0 comments on commit af102a6

Please sign in to comment.