Skip to content

Commit

Permalink
Update test_rule.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyongyu authored Jan 30, 2025
1 parent db958df commit b4e170a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_rule.py
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,6 @@ async def test_shell_command():
assert state[SHELL_ARGV] is None
assert isinstance(state[SHELL_ARGS], ParserExit)
assert state[SHELL_ARGS].status != 0
assert state[SHELL_ARGS].message.startswith("ValueError")

test_simple_parser = shell_command(CMD, parser=parser)
dependent = next(iter(test_simple_parser.checkers))
Expand Down

0 comments on commit b4e170a

Please sign in to comment.