diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-07-01 01:22:03 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-07-01 01:22:03 -0400 |
commit | ef3eb96e99d0a04a2034f7815ed4bbc6d3838a42 (patch) | |
tree | 9afcdb8f794674a3365e23b1a32eda8104f5132e /tests | |
parent | 031f2626e63708e4a7334826167a97d56fa29fdb (diff) | |
download | cmd2-git-ef3eb96e99d0a04a2034f7815ed4bbc6d3838a42.tar.gz |
Whitespace and doc fixes
Diffstat (limited to 'tests')
-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 |