Skip to content

Commit

Permalink
尝试修改单元测试
Browse files Browse the repository at this point in the history
  • Loading branch information
woshiyanghai committed Sep 20, 2024
1 parent 7cd17ba commit c832bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/test_archiver.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ def test_archive_audit(self, _async_task, mock_operate):


@patch('sql.archiver.apply_async.apply_async')
def test_add_archive_task(self, mock_apply_async):
def test_add_archive_task(self, apply_async_mock):
# 调用 add.apply_async
add_archive_task.apply_async()

Expand Down

0 comments on commit c832bfe

Please sign in to comment.