Skip to content

Commit 1d8a621

Browse files
committed
fix
1 parent aef92ce commit 1d8a621

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

tests/test_cmd2.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4752,7 +4752,3 @@ def do_base(self, _: argparse.Namespace) -> None:
47524752
root_parser = cast(cmd2.Cmd2ArgumentParser, app.command_parsers.get(app.do_base))
47534753
subparsers_action = root_parser.get_subparsers_action()
47544754
assert not subparsers_action._name_parser_map
4755-
subparsers_action = root_parser.get_subparsers_action()
4756-
assert not subparsers_action._name_parser_map
4757-
subparsers_action = root_parser.get_subparsers_action()
4758-
assert not subparsers_action._name_parser_map

0 commit comments

Comments
 (0)