forked from openlp/openlp
See if this fixes things on CI
This commit is contained in:
parent
049ca7e9d2
commit
cbb5630ba5
@ -57,8 +57,8 @@ class TestServiceManager(TestCase, TestMixin):
|
|||||||
"""
|
"""
|
||||||
Delete all the C++ objects at the end so that we don't have a segfault
|
Delete all the C++ objects at the end so that we don't have a segfault
|
||||||
"""
|
"""
|
||||||
del self.service_manager
|
|
||||||
del self.main_window
|
del self.main_window
|
||||||
|
del self.service_manager
|
||||||
|
|
||||||
def basic_service_manager_test(self):
|
def basic_service_manager_test(self):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user