Fix snapshots

This commit is contained in:
Louis Dureuil 2025-04-15 15:13:28 +02:00
parent 231a027c7d
commit b61eb19601
No known key found for this signature in database
14 changed files with 14 additions and 14 deletions

View file

@ -1263,7 +1263,7 @@ async fn test_summarized_batch_deletion() {
"duration": "[duration]",
"startedAt": "[date]",
"finishedAt": "[date]",
"batcherStoppedBecause": "task with id 1 of type `taskDeletion` cannot be batched"
"batcherStoppedBecause": "a batch of tasks of type `taskDeletion` cannot be batched with any other type of task"
}
"###);
}