From a5c733d20db0fd4ee3d2e02235ba601a8025664f Mon Sep 17 00:00:00 2001 From: aranega Date: Tue, 26 Sep 2023 23:45:29 -0600 Subject: [PATCH] Fix tests about citation creation from git scrap --- tests/test_create_citation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_create_citation.py b/tests/test_create_citation.py index 8d1b381..5891150 100644 --- a/tests/test_create_citation.py +++ b/tests/test_create_citation.py @@ -505,7 +505,7 @@ def test_git_scrapping(): ) assert infos["title"] == "napari-hub-cli" - assert len(authors["authors"]) == 7 + assert len(authors["authors"]) == 6 a1, _, *_, a2 = authors["authors"] assert a1["given-names"] in (