Skip to content

Commit

Permalink
test: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
m0nhawk committed Jan 13, 2025
1 parent db6c261 commit 07a80b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_agg_mds_tcia_adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def test_get_metadata_tcia():
"commons": "TCIA",
"study_title": "",
"program_name": "Collection1",
"image_count": "10",
"image_count": 10,
"description": "TCIA data from collection: Collection1.",
"tags": [{"category": "program_name", "name": "Collection1"}],
},
Expand All @@ -189,7 +189,7 @@ def test_get_metadata_tcia():
"commons": "TCIA",
"study_title": "",
"program_name": "Collection2",
"image_count": "20",
"image_count": 20,
"description": "TCIA data from collection: Collection2.",
"tags": [{"category": "program_name", "name": "Collection2"}],
},
Expand Down

0 comments on commit 07a80b6

Please sign in to comment.