Skip to content

Commit

Permalink
test: make the editor File->New test do what it says it does
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjclark committed Feb 11, 2024
1 parent 4bc56ae commit f0b6972
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_zeditor.py
Expand Up @@ -70,10 +70,10 @@ def run_replay(self, output_dir, args):
self.fail(failing_str)
self.assertEqual(output.returncode, 0)

# Simply open ZEditor with the new quest template.
# Simply open the editor with the new quest template.
def test_file_new(self):
run_target.check_run('zeditor', [
'quests/Z1 Recreations/classic_1st.qst',
'-new',
'-headless',
'-s',
'-q',
Expand Down

0 comments on commit f0b6972

Please sign in to comment.