Skip to content

Commit

Permalink
more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Kehl committed Jan 13, 2025
1 parent f4b8c04 commit 752e5ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/app/celery/test_scheduled_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -621,5 +621,5 @@ def test_process_delivery_receipts_success(mocker):
assert dao_update_mock.call_count == 3
dao_update_mock.assert_any_call(list(range(1000)), True)
dao_update_mock.assert_any_call(list(range(1000, 2000)), True)
dao_update_mock.assert_any_call(list(range(500)), True)
dao_update_mock.assert_any_call(list(range(500)), False)
processor.retry.assert_not_called()

0 comments on commit 752e5ca

Please sign in to comment.