Skip to content

Commit

Permalink
test env
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Mar 10, 2022
1 parent 0f17da1 commit 79e5f95
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/test_console.py
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,11 @@ def __rich_console__(self, console, options):
yield Panel("bar")

console = Console(
force_terminal=True, color_system="truecolor", width=20, height=40
force_terminal=True,
color_system="truecolor",
width=20,
height=40,
legacy_windows=False,
)

with console.capture() as capture:
Expand Down

0 comments on commit 79e5f95

Please sign in to comment.