diff options
Diffstat (limited to 'tests/test_commands.py')
-rw-r--r-- | tests/test_commands.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_commands.py b/tests/test_commands.py index 3a0d4b9..179d6c1 100644 --- a/tests/test_commands.py +++ b/tests/test_commands.py @@ -166,7 +166,7 @@ def test_base_command(runner): def cli(): pass - class OptParseCommand(click.BaseCommand): + class OptParseCommand(click.Command): def __init__(self, name, parser, callback): super().__init__(name) self.parser = parser |