Skip to content

Commit

Permalink
Fix test on github
Browse files Browse the repository at this point in the history
  • Loading branch information
Josef-Friedrich committed Dec 25, 2024
1 parent 955b0ae commit 939eb72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def test_valid_extension(self) -> None:

def test_export_fails(self) -> None:
assert (
"musescore-manager: error: argument -E/--export: invalid choice: 'xxx' (choose from 'mscz', 'mscx', 'spos', 'mpos', 'pdf', 'svg', 'png', 'wav', 'mp3', 'ogg', 'flac', 'mid', 'midi', 'kar', 'musicxml', 'xml', 'mxl', 'brf', 'mei')"
"invalid choice"
in Cli("--export", "xxx").sysexit()
)

Expand Down

0 comments on commit 939eb72

Please # to comment.