summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-01-12 13:12:23 +0000
committerGerrit Code Review <review@openstack.org>2017-01-12 13:12:23 +0000
commite1d67a89584686e416eb0319344b943ebc064a4b (patch)
treefc8cb7154c252dc8afc21e5c7f655c13b1552bfc
parent9ad740fa1e0bd435844e7d7831199f37e9646847 (diff)
parent7b98e5c26e6dd33677f3f7692e05d6057768ab7b (diff)
downloadtooz-e1d67a89584686e416eb0319344b943ebc064a4b.tar.gz
Merge "Fix test function name with two underscores to have only one"1.48.0
-rw-r--r--tooz/tests/test_hashring.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tooz/tests/test_hashring.py b/tooz/tests/test_hashring.py
index 4e17019..ccade16 100644
--- a/tooz/tests/test_hashring.py
+++ b/tooz/tests/test_hashring.py
@@ -32,7 +32,7 @@ class HashRingTestCase(testcase.TestCase):
# fake-again -> bar, baz, foo
@mock.patch.object(hashlib, 'md5', autospec=True)
- def test__hash2int_returns_int(self, mock_md5):
+ def test_hash2int_returns_int(self, mock_md5):
r1 = 32 * 'a'
r2 = 32 * 'b'
# 2**PARTITION_EXPONENT calls to md5.update per node