From 8ac42e17437d07d65c0c55da12bd3a8a49c6ca58 Mon Sep 17 00:00:00 2001 From: dineshbhor Date: Wed, 17 Aug 2016 13:06:55 +0530 Subject: [PATCH] Correct spelling mistake in test case name TrivialFix Change-Id: I0d08c5b4d830c16fe5cc195533df86aa70541dd0 --- tests/unit/common/plugin/test_plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/common/plugin/test_plugin.py b/tests/unit/common/plugin/test_plugin.py index d153911488..71f7455973 100644 --- a/tests/unit/common/plugin/test_plugin.py +++ b/tests/unit/common/plugin/test_plugin.py @@ -178,7 +178,7 @@ class PluginTestCase(test.TestCase): self.assertRaises(exceptions.PluginNotFound, BasePlugin.get, "non_existing") - def test_get_multple_found(self): + def test_get_multiple_found(self): @plugin.configure("test_2_plugins_with_same_name") class A(plugin.Plugin):