See if this fixes things on CI

This commit is contained in:
Raoul Snyman 2014-11-27 01:39:31 +02:00
parent 049ca7e9d2
commit cbb5630ba5
1 changed files with 1 additions and 1 deletions

View File

@ -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):
""" """