Fixing typo in unit test
The typo does not influence the correctness of the test yet its ugly. bhhha. Change-Id: I62e511bae23523892b87309dd3c50aea61742f2d
This commit is contained in:
parent
e3f3b52991
commit
2f8e604047
@ -145,7 +145,7 @@ class TestContainerSyncStore(unittest.TestCase):
|
||||
# 133791/625/82...25/82...25.db
|
||||
def _db_path_suffix(self):
|
||||
def random_hexa_string(length):
|
||||
'%0xlength' % random.randrange(16 ** length)
|
||||
'%0x' % random.randrange(16 ** length)
|
||||
|
||||
db = random_hexa_string(32)
|
||||
return '%s/%s/%s/%s.db' % (random_hexa_string(5),
|
||||
|
Loading…
Reference in New Issue
Block a user