Skip to content

Commit

Permalink
test(cli.on): fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
loqusion committed Apr 22, 2024
1 parent 6e9cf3c commit 3b01143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cli/on/test_on.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def test_no_args(runner: CliRunner):

assert result.exit_code != 0
assert result.exception is not None
assert "missing argument" in result.output.lower()
assert "missing argument" in result.stderr.lower()
assert hyprctl.get_screen_shader() == initial_shader


Expand Down

0 comments on commit 3b01143

Please sign in to comment.