Skip to content

Commit

Permalink
Make assertion more robust
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobKochems committed Aug 3, 2023
1 parent 69a86d4 commit 98ea1c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_enable_rich.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ def test_enable_rich_help_is_false():
stderr=subprocess.PIPE,
encoding="utf-8",
)
assert "Arguments:" in result.stdout # as opposed to 'Arguments' without ':'
# like in the Rich Panels
# assert simple help text
assert "─" not in result.stdout

0 comments on commit 98ea1c3

Please sign in to comment.