diff options
| author | kotfu <kotfu@kotfu.net> | 2018-01-07 12:09:31 -0700 |
|---|---|---|
| committer | kotfu <kotfu@kotfu.net> | 2018-01-07 12:09:31 -0700 |
| commit | 4f54d10f4c8d5b5c03626a88f8198318a8080fc6 (patch) | |
| tree | c567676617cbb0cad1139b9267e00e7ad8f531dc /tests/test_cmd2.py | |
| parent | d63c878413006630834324d71bd22f012bc543a8 (diff) | |
| parent | 2a474dc8f13a3a4558136215a7a1706ba13ba732 (diff) | |
| download | cmd2-git-4f54d10f4c8d5b5c03626a88f8198318a8080fc6.tar.gz | |
Merge branch 'master' of github.com:python-cmd2/cmd2 into argparse
Diffstat (limited to 'tests/test_cmd2.py')
| -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 c877e60f..25889580 100644 --- a/tests/test_cmd2.py +++ b/tests/test_cmd2.py @@ -24,7 +24,7 @@ from conftest import run_cmd, normalize, BASE_HELP, HELP_HISTORY, SHORTCUTS_TXT, def test_ver(): - assert cmd2.__version__ == '0.7.9a' + assert cmd2.__version__ == '0.7.9' def test_empty_statement(base_app): |
