Fix simple typo
Change-Id: I5b42321a894df6724c2954b096de7740f23056c8
This commit is contained in:
@@ -51,6 +51,6 @@ class TestCallbackExceptions(test_exceptions.TestExceptions):
|
||||
errors=[1, 2, 3])
|
||||
|
||||
def test_notification_error(self):
|
||||
'''Test that correct message is create for this error class.'''
|
||||
'''Test that correct message is created for this error class.'''
|
||||
error = ex.NotificationError('abc', 'boom')
|
||||
self.assertEqual('Callback abc failed with "boom"', str(error))
|
||||
|
Reference in New Issue
Block a user