mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2025-06-06 17:11:45 +02:00
tests/test_check.py: fix comment
This commit is contained in:
@ -376,7 +376,7 @@ def test_check_doi_field():
|
|||||||
citation = "Orth, A. 2021. Testing all the things. doi: 10.1186/1743-422X-9-218"
|
citation = "Orth, A. 2021. Testing all the things. doi: 10.1186/1743-422X-9-218"
|
||||||
|
|
||||||
# Emulate a column in a transposed dataframe (which is just a series), with
|
# Emulate a column in a transposed dataframe (which is just a series), with
|
||||||
# the citation and an empty DOI field.
|
# the citation and a DOI field.
|
||||||
d = {"cg.identifier.doi": doi, "dcterms.bibliographicCitation": citation}
|
d = {"cg.identifier.doi": doi, "dcterms.bibliographicCitation": citation}
|
||||||
series = pd.Series(data=d)
|
series = pd.Series(data=d)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user