Fix simple typo

Change-Id: I5b42321a894df6724c2954b096de7740f23056c8
This commit is contained in:
Pablo Iranzo Gómez
2016-07-07 15:19:00 +02:00
parent 648796b472
commit 7875c52d4e

View File

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