From c5e33b0b84a986ba7ae08633ef27a28e38abc5f5 Mon Sep 17 00:00:00 2001 From: chenxiangui Date: Fri, 9 Nov 2018 20:05:02 +0800 Subject: [PATCH] Fix typo Fix typo in test_auditor.py Change-Id: I23a95d251bf034a41f2d6aaf825b9a29fadf39c4 --- test/unit/obj/test_auditor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/obj/test_auditor.py b/test/unit/obj/test_auditor.py index 06c919bff8..8d3177f69a 100644 --- a/test/unit/obj/test_auditor.py +++ b/test/unit/obj/test_auditor.py @@ -972,7 +972,7 @@ class TestAuditor(unittest.TestCase): # create tombstone and hashes.pkl file, ensuring the tombstone is not # reclaimed by mocking time to be the tombstone time with mock.patch('time.time', return_value=float(ts_tomb)): - # this delete will create a invalid hashes entry + # this delete will create an invalid hashes entry self.disk_file.delete(ts_tomb) # this get_hashes call will truncate the invalid hashes entry self.disk_file.manager.get_hashes(