Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Nov 5, 2021
1 parent 856a6ed commit 8cf9b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_console.py
Original file line number Diff line number Diff line change
Expand Up @@ -714,4 +714,4 @@ def _mock_isatty():
@pytest.mark.skipif(sys.platform == "win32", reason="not relevant on Windows")
def test_detect_color_system():
console = Console(_environ={"TERM": "rxvt-unicode-256color"}, force_terminal=True)
assert console._detect_color_system() == ColorSystem.EIGHT_BIT
assert console._detect_color_system() == ColorSystem.EIGHT_BIT

0 comments on commit 8cf9b68

Please sign in to comment.