# HG changeset patch # User Alain Mazy # Date 1724667697 -7200 # Node ID b50b6acc1206180002087fd4c33ea5c247e080e0 # Parent 54d382626bfd73f37ceeeee09bd999f98c30426b cleanup diff -r 54d382626bfd -r b50b6acc1206 NewTests/Concurrency/test_transfer.py --- a/NewTests/Concurrency/test_transfer.py Mon Aug 26 12:21:26 2024 +0200 +++ b/NewTests/Concurrency/test_transfer.py Mon Aug 26 12:21:37 2024 +0200 @@ -76,9 +76,9 @@ for i in range(0, repeat_count): oa.transfers.send(target_peer='b', - resources_ids=all_studies_ids, - resource_type=ResourceType.STUDY, - compress=compression) + resources_ids=all_studies_ids, + resource_type=ResourceType.STUDY, + compress=compression) self.assertEqual(instances_count, ob.get_statistics().instances_count) self.assertEqual(disk_size, ob.get_statistics().total_disk_size)