summaryrefslogtreecommitdiff
path: root/troveclient/compat
diff options
context:
space:
mode:
authorvenkatamahesh <venkatamaheshkotha@gmail.com>2015-10-14 10:29:31 +0530
committervenkatamahesh <venkatamaheshkotha@gmail.com>2015-10-14 10:29:31 +0530
commit53f4942fc7f026d7e3cce0eed05858d29aa44a32 (patch)
treecfe3d33d32ebbbad3c9a5c34b23a71d85d658ce3 /troveclient/compat
parent780b3a38c691d44b2eec628e94f0f853e05a31eb (diff)
downloadpython-troveclient-53f4942fc7f026d7e3cce0eed05858d29aa44a32.tar.gz
Fix the function name with correct word
The name of the function is wrongly defined and is corrected Change-Id: I125ebb67544f40dbad6f838765744e0e077d6f01
Diffstat (limited to 'troveclient/compat')
-rw-r--r--troveclient/compat/tests/test_common.py2
1 files changed, 1 insertions, 1 deletions
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)