Skip to content

Commit

Permalink
fixup! Fix install task to check if there's just one hmplugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ThalesCarl committed Feb 25, 2025
1 parent 973e7ed commit 93cf015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_invoke.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ def test_install_plugin_missing_plugin(new_plugin_dir: Path, monkeypatch: Monkey
stderr=subprocess.STDOUT,
)

error_message_chunk = "Could not find any '*.hmplugin'"
error_message_chunk = "None or more than one '*.hmplugin' found"
assert result.returncode == 1
assert error_message_chunk in result.stdout.decode("utf-8")

Expand Down

0 comments on commit 93cf015

Please sign in to comment.