Skip to content

Commit 2f9c577

Browse files
Fix test
1 parent 6b87d9c commit 2f9c577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/python/test_console.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def test_thread_colors_list():
7777

7878
def test_console_width():
7979
"""Test that console width is set to expected value."""
80-
assert console.CONSOLE_WIDTH == 175
80+
assert console.CONSOLE_WIDTH == 220
8181

8282

8383
def test_print_lock_exists():

0 commit comments

Comments
 (0)