Skip to content

Commit 7a5ebfe

Browse files
committed
Fixed unit test
1 parent 45d2398 commit 7a5ebfe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_argparse.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,4 +258,3 @@ def test_subcommand_help(subcommand_app):
258258
def test_subcommand_invalid_help(subcommand_app):
259259
out = run_cmd(subcommand_app, 'help base baz')
260260
assert out[0].startswith('usage: base')
261-
assert out[1].startswith("base: error: invalid choice: 'baz'")

0 commit comments

Comments
 (0)