From 53f4942fc7f026d7e3cce0eed05858d29aa44a32 Mon Sep 17 00:00:00 2001 From: venkatamahesh Date: Wed, 14 Oct 2015 10:29:31 +0530 Subject: Fix the function name with correct word The name of the function is wrongly defined and is corrected Change-Id: I125ebb67544f40dbad6f838765744e0e077d6f01 --- troveclient/compat/tests/test_common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/troveclient/compat/tests/test_common.py b/troveclient/compat/tests/test_common.py index 39517b5..edd42ba 100644 --- a/troveclient/compat/tests/test_common.py +++ b/troveclient/compat/tests/test_common.py @@ -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) -- cgit v1.2.1