Correct spelling mistake in test case name

TrivialFix

Change-Id: I0d08c5b4d830c16fe5cc195533df86aa70541dd0
This commit is contained in:
dineshbhor 2016-08-17 13:06:55 +05:30
parent e4bd1b24f9
commit 8ac42e1743

View File

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