Skip to content

Commit bf84347

Browse files
comment
1 parent cfb746f commit bf84347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ def lambda_handler(event, context):
680680

681681
# Step 3: Check that hash in this context is the child of the hash you passed
682682
# Step 4: Check that the right checkpoint was produced during call to handler
683-
683+
# The buckets hold the aggregated stats for all checkpoints
684684
found_sqs_checkpoint = False
685685
for bucket_time, bucket in processor_instance._buckets.items():
686686
for aggr_key, stats in bucket.pathway_stats.items():

0 commit comments

Comments
 (0)