Mercurial > hg > orthanc-tests
changeset 671:b50b6acc1206
cleanup
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Mon, 26 Aug 2024 12:21:37 +0200 |
parents | 54d382626bfd |
children | c26163577c91 |
files | NewTests/Concurrency/test_transfer.py |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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)