diff options
| author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2017-07-19 17:14:29 -0400 |
|---|---|---|
| committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2017-07-19 17:14:29 -0400 |
| commit | b96a4184bb5bb0467430844e3e7a87c3754b9a1c (patch) | |
| tree | 637a1beffbe08f76fc5d71eb2f9eb33887d5b517 | |
| parent | 898fc8979cf4aac29482e3af758e997b7e921655 (diff) | |
| download | cmd2-git-b96a4184bb5bb0467430844e3e7a87c3754b9a1c.tar.gz | |
Fixed unit test
| -rw-r--r-- | tests/conftest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/conftest.py b/tests/conftest.py index b4d8c804..bfbfdca4 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -36,7 +36,7 @@ Options: """ # Output from the shortcuts command with default built-in shortcuts -SHORTCUTS_TXT = """Single-key shortcuts for other commands: +SHORTCUTS_TXT = """Shortcuts for other commands: !: shell ?: help @: load |
