diff options
| author | kotfu <kotfu@kotfu.net> | 2018-05-28 14:43:59 -0600 |
|---|---|---|
| committer | kotfu <kotfu@kotfu.net> | 2018-05-28 14:43:59 -0600 |
| commit | 8dcad4d2b9db2f6c2434af23cd4675efa8a28738 (patch) | |
| tree | d9420cb21da53a28fc4035df8fceb2134ec77bc4 /tests | |
| parent | 54d98f6b56e2282198799d4ae78272d8f0b82e37 (diff) | |
| download | cmd2-git-8dcad4d2b9db2f6c2434af23cd4675efa8a28738.tar.gz | |
no dashes in rc version0.8.7rc1
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_cmd2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_cmd2.py b/tests/test_cmd2.py index fa02ad3a..d802c614 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.7-rc1' + assert cmd2.__version__ == '0.8.7rc1' def test_empty_statement(base_app): |
