Fix unresolved conflict.

This commit is contained in:
Tomas Groth 2019-02-03 21:44:46 +01:00
parent 4151c0b79f
commit aa5554a696
1 changed files with 1 additions and 6 deletions

View File

@ -63,13 +63,8 @@ class TestMainWindow(TestCase, TestMixin):
patch('openlp.core.ui.mainwindow.ThemeManager'), \
patch('openlp.core.ui.mainwindow.ProjectorManager'), \
patch('openlp.core.ui.mainwindow.websockets.WebSocketServer'), \
<<<<<<< TREE
patch('openlp.core.ui.mainwindow.PluginForm'), \
patch('openlp.core.ui.mainwindow.server.HttpServer'):
=======
patch('openlp.core.ui.mainwindow.server.HttpServer'), \
patch('openlp.core.ui.mainwindow.Renderer'):
>>>>>>> MERGE-SOURCE
patch('openlp.core.ui.render.Renderer'):
self.main_window = MainWindow()
def tearDown(self):