diff options
Diffstat (limited to 'tests/test_ansi.py')
-rw-r--r-- | tests/test_ansi.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_ansi.py b/tests/test_ansi.py index 75e5ba35..056bb2db 100644 --- a/tests/test_ansi.py +++ b/tests/test_ansi.py @@ -109,4 +109,4 @@ def test_set_title_str(): def test_async_alert_str(cols, prompt, line, cursor, msg, expected): alert_str = ansi.async_alert_str(terminal_columns=cols, prompt=prompt, line=line, cursor_offset=cursor, alert_msg=msg) - assert alert_str == expected + assert alert_str == expected |