forked from openlp/openlp
Revert changing test on run_openlp.py
This commit is contained in:
parent
edbf816e79
commit
9bb757fd4f
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user