Skip to content

Commit ff1c13c

Browse files
committed
Self review
1 parent 7cb1ebb commit ff1c13c

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
@@ -315,7 +315,7 @@ def test_lambda_handler_uses_message_id_to_record_count_cache_to_reduce_ddb_call
315315
time - this test checks that we cache the value as this lambda is called many times for large files"""
316316
mock_batch_message_id = "622cdeea-461e-4a83-acb5-7871d47ddbcd"
317317

318-
# Original source file had 100 records
318+
# Original source file had 500 records
319319
add_audit_entry_to_table(self.dynamodb_client, mock_batch_message_id, record_count=500)
320320

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

0 commit comments

Comments
 (0)