Skip to content

Commit 8380d27

Browse files
committed
Check orcid id in cif
1 parent 0550457 commit 8380d27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/dream/geant4_reduction_test.py

+1
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ def _assert_contains_source_info(cif_content: str) -> None:
182182
def _assert_contains_author_info(cif_content: str) -> None:
183183
assert "audit_contact_author.name 'Jane Doe'" in cif_content
184184
assert 'audit_contact_author.email [email protected]' in cif_content
185+
assert 'audit_contact_author.id_orcid 0000-0000-0000-0001' in cif_content
185186

186187

187188
def _assert_contains_beamline_info(cif_content: str) -> None:

0 commit comments

Comments
 (0)