fix exception texts

This commit is contained in:
Tim Bentley 2013-01-29 22:05:58 +00:00
parent 81aaf6dab9
commit 8f9b20a6cc
1 changed files with 1 additions and 1 deletions

View File

@ -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')