summaryrefslogtreecommitdiff
path: root/tests/test_cmd2.py
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2017-03-13 00:45:10 -0400
committerTodd Leonhardt <todd.leonhardt@gmail.com>2017-03-13 00:45:10 -0400
commit4770cababcfd66351787b4668e127b14959e1040 (patch)
treec794b2b01ca77eaf42c04faec334fdb806ce22ae /tests/test_cmd2.py
parent83bb40daf398b793c1114f62f36d7dc97b9472c6 (diff)
downloadcmd2-git-4770cababcfd66351787b4668e127b14959e1040.tar.gz
Fixed typo
Diffstat (limited to 'tests/test_cmd2.py')
-rw-r--r--tests/test_cmd2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_cmd2.py b/tests/test_cmd2.py
index cd764671..0f1328f3 100644
--- a/tests/test_cmd2.py
+++ b/tests/test_cmd2.py
@@ -447,7 +447,7 @@ def test_base_colorize(base_app):
def _expected_no_editor_error():
expected_exception = 'OSError'
# If using Python 2 or PyPy (either 2 or 3), expect a differen excpetion than with Python 3
- if six.PY2 or hasattr(sys, "pypy_translation_info")`:
+ if six.PY2 or hasattr(sys, "pypy_translation_info"):
expected_exception = 'EnvironmentError'
expected_text = normalize("""