summaryrefslogtreecommitdiff
path: root/tests/test_ansi.py
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2019-07-01 01:22:03 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2019-07-01 01:22:03 -0400
commitef3eb96e99d0a04a2034f7815ed4bbc6d3838a42 (patch)
tree9afcdb8f794674a3365e23b1a32eda8104f5132e /tests/test_ansi.py
parent031f2626e63708e4a7334826167a97d56fa29fdb (diff)
downloadcmd2-git-ef3eb96e99d0a04a2034f7815ed4bbc6d3838a42.tar.gz
Whitespace and doc fixes
Diffstat (limited to 'tests/test_ansi.py')
-rw-r--r--tests/test_ansi.py2
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