Commit a3c10b6
Fixed duplicate subparser name in test_add_parser_custom_completer
If I'm not mistaken, the use of the same name for both subparsers was
not intentional but a typo. In Python 3.11, this is an error and causes
the test to fail.
Fixes #12281 parent a222470 commit a3c10b6
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1371 | 1371 | | |
1372 | 1372 | | |
1373 | 1373 | | |
1374 | | - | |
| 1374 | + | |
1375 | 1375 | | |
0 commit comments