Skip to content

Commit d705fa1

Browse files
committed
Fixed a copy-paste bug. Thanks gemini-cli for catching it!
1 parent 48d7691 commit d705fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests_isolated/test_commandset/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
_Base = object
2121

2222

23-
class ExternalTestMixin:
23+
class ExternalTestMixin(_Base):
2424
"""A cmd2 plugin (mixin class) that exposes an interface to execute application commands from python"""
2525

2626
def __init__(self, *args, **kwargs):

0 commit comments

Comments
 (0)