Fix the function name with correct word
The name of the function is wrongly defined and is corrected Change-Id: I125ebb67544f40dbad6f838765744e0e077d6f01
This commit is contained in:
@@ -115,7 +115,7 @@ class CliOptionsTest(testtools.TestCase):
|
||||
co = common.CliOptions()
|
||||
self.check_default_options(co)
|
||||
|
||||
def test_deafult(self):
|
||||
def test_default(self):
|
||||
co = common.CliOptions.default()
|
||||
self.check_default_options(co)
|
||||
|
||||
|
Reference in New Issue
Block a user