Skip to content

Commit

Permalink
Update test_cli.py
Browse files Browse the repository at this point in the history
  • Loading branch information
FriedrichFroebel authored Dec 15, 2024
1 parent 2ea1e11 commit fbe8cdf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ def test_bad_action(self, action='eggs'):
)
else:
action_strings = ', '.join(map(lambda x: f"'{x}'", self.action_names))
print(action_strings)
self.assertMultiLineEqual(
stderr.getvalue(),
(
Expand Down

0 comments on commit fbe8cdf

Please sign in to comment.