forked from openlp/openlp
fix exception texts
This commit is contained in:
parent
81aaf6dab9
commit
8f9b20a6cc
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user