Skip to content

Commit

Permalink
Fix test based on table rendering.
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Sep 17, 2021
1 parent af429bc commit d93d869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta_package_manager/tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def test_verbosity(self, invoke, level):
result = invoke("--verbosity", level, "managers")
assert result.exit_code == 0
assert logger.level == getattr(logging, level)
assert "══════" in result.stdout
assert "──────" in result.stdout
if level == "DEBUG":
assert "debug: " in result.stderr
else:
Expand Down

0 comments on commit d93d869

Please sign in to comment.