Skip to content

Commit 8a79081

Browse files
committed
test.py注释单引号恢复为双引号
1 parent 24b188f commit 8a79081

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ut/test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2253,7 +2253,7 @@ def test_sse_c_file():
22532253

22542254
if __name__ == "__main__":
22552255
setUp()
2256-
'''
2256+
"""
22572257
test_put_get_delete_object_10MB()
22582258
test_put_object_speacil_names()
22592259
test_get_object_special_names()
@@ -2334,5 +2334,5 @@ def test_sse_c_file():
23342334
test_ci_list_doc_transcode_jobs()
23352335
test_ci_live_video_auditing()
23362336
test_sse_c_file()
2337-
'''
2337+
"""
23382338
tearDown()

0 commit comments

Comments
 (0)