From 2f8e6040470948cf17c5fc5fddd0991a415d2a4c Mon Sep 17 00:00:00 2001 From: Eran Rom Date: Wed, 3 Feb 2016 08:59:53 +0200 Subject: [PATCH] Fixing typo in unit test The typo does not influence the correctness of the test yet its ugly. bhhha. Change-Id: I62e511bae23523892b87309dd3c50aea61742f2d --- test/unit/container/test_sync_store.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/container/test_sync_store.py b/test/unit/container/test_sync_store.py index d38d4bc3e5..20f0268b5d 100644 --- a/test/unit/container/test_sync_store.py +++ b/test/unit/container/test_sync_store.py @@ -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),