Fix typo in the file

Change-Id: I6539e9b9fb7918e387e8ae802be7b4efbcb07f4d
This commit is contained in:
liujiong 2016-08-14 00:43:47 +08:00 committed by Jiong Liu
parent 9be2a58576
commit bb87fcefce

View File

@ -1157,7 +1157,7 @@ class TestObjectController(unittest.TestCase):
'name': '/a/c/o',
'Content-Encoding': 'gzip'})
def test_PUT_overwrite_to_older_ts_succcess(self):
def test_PUT_overwrite_to_older_ts_success(self):
old_timestamp = next(self.ts)
new_timestamp = next(self.ts)