From 7875c52d4ecd1f7cc580eb6bb9dc8ffa4792c67b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Iranzo=20G=C3=B3mez?= Date: Thu, 7 Jul 2016 15:19:00 +0200 Subject: [PATCH] Fix simple typo Change-Id: I5b42321a894df6724c2954b096de7740f23056c8 --- neutron_lib/tests/unit/callbacks/test_callback_exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron_lib/tests/unit/callbacks/test_callback_exceptions.py b/neutron_lib/tests/unit/callbacks/test_callback_exceptions.py index e43c97ba0..aff68beb3 100644 --- a/neutron_lib/tests/unit/callbacks/test_callback_exceptions.py +++ b/neutron_lib/tests/unit/callbacks/test_callback_exceptions.py @@ -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))