diff --git a/tests/functional/openlp_core_lib/test_registry.py b/tests/functional/openlp_core_lib/test_registry.py index da66f8c03..df40ecd8e 100644 --- a/tests/functional/openlp_core_lib/test_registry.py +++ b/tests/functional/openlp_core_lib/test_registry.py @@ -45,4 +45,4 @@ class TestRegistry(TestCase): with self.assertRaises(KeyError) as context: temp = Registry().get(u'test1') self.assertEqual(context.exception[0], u'Service test1 not found in list', - u'KeyError exception been thrown for [duplicate service|missing service|deleted service]') + u'KeyError exception should have been thrown for [duplicate service|missing service|deleted service]0')