summaryrefslogtreecommitdiff
path: root/tests/test_cmd2.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_cmd2.py')
-rw-r--r--tests/test_cmd2.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_cmd2.py b/tests/test_cmd2.py
index 85d97da3..24161d76 100644
--- a/tests/test_cmd2.py
+++ b/tests/test_cmd2.py
@@ -1713,7 +1713,6 @@ def test_macro_create_with_alias_name(base_app):
assert "Macro cannot have the same name as an alias" in err[0]
def test_macro_create_with_command_name(base_app):
- macro = "my_macro"
out, err = run_cmd(base_app, 'macro create help stuff')
assert "Macro cannot have the same name as a command" in err[0]