mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2024-11-22 22:05:03 +01:00
tests/test_check.py: fix comment
This commit is contained in:
parent
3b40a68279
commit
01b4354a14
@ -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)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user