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:
venkatamahesh 2015-10-14 10:29:31 +05:30
parent 780b3a38c6
commit 53f4942fc7
1 changed files with 1 additions and 1 deletions

View File

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