Skip to content

Commit 9812230

Browse files
committed
Self review
1 parent c4a62af commit 9812230

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lambdas/ack_backend/tests/test_ack_processor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ def test_lambda_handler_uses_message_id_to_record_count_cache_to_reduce_ddb_call
251251
time - this test checks that we cache the value as this lambda is called many times for large files"""
252252
mock_batch_message_id = "622cdeea-461e-4a83-acb5-7871d47ddbcd"
253253

254-
# Original source file had 100 records
254+
# Original source file had 500 records
255255
add_audit_entry_to_table(self.dynamodb_client, mock_batch_message_id, record_count=500)
256256

257257
message_one = [{**BASE_SUCCESS_MESSAGE, "row_id": f"{mock_batch_message_id}^1", "imms_id": "imms_1",

0 commit comments

Comments
 (0)