summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2020-03-12 22:12:39 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2020-03-12 22:12:39 -0400
commitafa5fd7218e348a2e2725a4a7fb1305daf24f213 (patch)
tree5a8e134587ed3eeccb57b8ef79db2210c824fd99 /tests
parent0248eaa50ebd5dc1a9298d25a7649c3a1e31b583 (diff)
downloadcmd2-git-afa5fd7218e348a2e2725a4a7fb1305daf24f213.tar.gz
Fixed docstring
Diffstat (limited to 'tests')
-rw-r--r--tests/test_plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_plugin.py b/tests/test_plugin.py
index 8d0ae8a7..bb7753f0 100644
--- a/tests/test_plugin.py
+++ b/tests/test_plugin.py
@@ -849,7 +849,7 @@ def test_cmdfinalization_hook_exception(capsys):
def test_cmd2_argparse_exception(capsys):
"""
- Verify Cmd2ArgparseExceptions raised after calling a command prevent postcmd events from
+ Verify Cmd2ArgparseErrors raised after calling a command prevent postcmd events from
running but do not affect cmdfinalization events
"""
app = PluggedApp()