Fix test function name with two underscores to have only one

Change-Id: I3cb8303931ed363a2c8ff8ae5f41a8a876ebfddb
This commit is contained in:
Cao Xuan Hoang 2017-01-03 13:28:42 +07:00
parent f3dddcffdd
commit 7b98e5c26e
1 changed files with 1 additions and 1 deletions

View File

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