1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2024-11-22 13:55:03 +01:00

tests/test_check.py: fix comment

This commit is contained in:
Alan Orth 2021-12-05 15:58:25 +02:00
parent 3b40a68279
commit 01b4354a14
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -376,7 +376,7 @@ def test_check_doi_field():
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
# the citation and an empty DOI field.
# the citation and a DOI field.
d = {"cg.identifier.doi": doi, "dcterms.bibliographicCitation": citation}
series = pd.Series(data=d)