Skip to content

Commit

Permalink
Fix connector test
Browse files Browse the repository at this point in the history
  • Loading branch information
medihack authored Aug 13, 2023
1 parent 24f16ae commit 396f19f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adit/core/tests/utils/test_dicom_operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def test_find_patients(

# Assert
association.send_c_find.assert_called_once()
assert isinstance(association.send_c_find.call_args.args[0], QueryDataset)
assert isinstance(association.send_c_find.call_args.args[0], Dataset)
assert patients[0].PatientID == responses[0]["PatientID"]
assert association.send_c_find.call_args.args[1] == PatientRootQueryRetrieveInformationModelFind

Expand Down

0 comments on commit 396f19f

Please sign in to comment.