summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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()