From 4e70410d497fcf95f3b60f72592066c79f342f7a Mon Sep 17 00:00:00 2001 From: "Ryan M. Richard" Date: Tue, 28 May 2024 15:16:00 -0500 Subject: [PATCH] fix build error --- tests/python/integration_tests/test_cap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python/integration_tests/test_cap.py b/tests/python/integration_tests/test_cap.py index 8eef2956..046df875 100644 --- a/tests/python/integration_tests/test_cap.py +++ b/tests/python/integration_tests/test_cap.py @@ -18,7 +18,7 @@ import ghostfragment import unittest -def TestCapping(unittest.TestCase): +class TestCapping(unittest.TestCase): def setUp(self): mm = pluginplay.ModuleManager() ghostfragment.load_modules(mm)