Revert changing test on run_openlp.py

This commit is contained in:
Bastian Germann 2019-09-07 00:30:57 +02:00
parent edbf816e79
commit 9bb757fd4f
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ class TestMainWindow(TestCase, TestMixin):
Test that passing a non service file does nothing.
"""
# GIVEN a non service file as an argument to openlp
service = 'setup.py'
service = 'run_openlp.py'
# WHEN the argument is processed
self.main_window.open_cmd_line_files(service)