summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorkmvanbrunt <kmvanbrunt@gmail.com>2018-08-01 03:57:13 -0400
committerGitHub <noreply@github.com>2018-08-01 03:57:13 -0400
commit54cd5f7b22bade4361e507b22b68dcf69ba8dd4a (patch)
treee2e8cb7aee957960d29dc338bf65ea6725d1c5a3 /tests
parent3ec6cea21a97ac7adc4db4cbb809626a3fdeee7d (diff)
parent4b2702480b99a733a1f65a60f86eedb1e6bf259a (diff)
downloadcmd2-git-54cd5f7b22bade4361e507b22b68dcf69ba8dd4a.tar.gz
Merge pull request #493 from python-cmd2/extra_slash
Fixed case where extra slash was printing when tab completing users on Windows
Diffstat (limited to 'tests')
-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 17577e2b..7c643009 100644
--- a/tests/test_cmd2.py
+++ b/tests/test_cmd2.py
@@ -26,7 +26,7 @@ from conftest import run_cmd, normalize, BASE_HELP, BASE_HELP_VERBOSE, \
def test_ver():
- assert cmd2.__version__ == '0.8.8'
+ assert cmd2.__version__ == '0.8.9'
def test_empty_statement(base_app):