We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44b2185 commit bb481cbCopy full SHA for bb481cb
tests/test_metadata.py
@@ -906,7 +906,6 @@ def test_validate_subject_details_if_not_specimen(self):
906
acquisition_with_details = Acquisition.model_construct(
907
instrument_id="Test",
908
subject_id="123456",
909
- specimen_id="123456-001",
910
data_streams=[],
911
subject_details=AcquisitionSubjectDetails.model_construct(),
912
)
@@ -917,6 +916,7 @@ def test_validate_subject_details_if_not_specimen(self):
917
916
acquisition=acquisition_with_details,
918
919
self.assertIsNotNone(metadata_with_details)
+
920
# Case where neither specimen_id nor subject_details is provided - should fail
921
acquisition_missing_both = Acquisition.model_construct(
922
0 commit comments