Correct spelling mistake in test case name
TrivialFix Change-Id: I0d08c5b4d830c16fe5cc195533df86aa70541dd0
This commit is contained in:
parent
e4bd1b24f9
commit
8ac42e1743
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user