Skip to content

Commit

Permalink
BUG: Fix ctkDICOMSchedulerTest1 test
Browse files Browse the repository at this point in the history
  • Loading branch information
Punzo authored and jcfr committed Jan 13, 2024
1 parent 9531678 commit 62e9ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libs/DICOM/Core/Testing/Cpp/ctkDICOMSchedulerTest1.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ int ctkDICOMSchedulerTest1(int argc, char * argv []) {

CHECK_INT(instances.count(), numberOfImages);
CHECK_INT(files.count(), numberOfImages);
CHECK_INT(urls.count(), numberOfImages);
CHECK_INT(urls.count(), 0);

return EXIT_SUCCESS;
}
Expand Down

0 comments on commit 62e9ef6

Please sign in to comment.