Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmrichard committed May 28, 2024
1 parent 9d6abb7 commit 4e70410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/integration_tests/test_cap.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4e70410

Please sign in to comment.