Skip to content

Commit 6bbef92

Browse files
committed
Add missing TestCase base.
1 parent ef9d78a commit 6bbef92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_api/test_api_operations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
from ..util import FakeState, make_inventory
3333

3434

35-
class TestOperationMeta():
35+
class TestOperationMeta(TestCase):
3636
def test_get_operation_names(self):
3737
assert len(get_operation_names()) > 0
3838

0 commit comments

Comments
 (0)