Skip to content

Commit 8ad8ddd

Browse files
committed
Removed unused code
1 parent 2c5417b commit 8ad8ddd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_cmd2.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1713,7 +1713,6 @@ def test_macro_create_with_alias_name(base_app):
17131713
assert "Macro cannot have the same name as an alias" in err[0]
17141714

17151715
def test_macro_create_with_command_name(base_app):
1716-
macro = "my_macro"
17171716
out, err = run_cmd(base_app, 'macro create help stuff')
17181717
assert "Macro cannot have the same name as a command" in err[0]
17191718

0 commit comments

Comments
 (0)