From 01b4354a148b35c4e4943371a3633007ee0a58cf Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 5 Dec 2021 15:58:25 +0200 Subject: [PATCH] tests/test_check.py: fix comment --- tests/test_check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_check.py b/tests/test_check.py index 1377573..5b9e8e1 100644 --- a/tests/test_check.py +++ b/tests/test_check.py @@ -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)