Skip to content

Commit

Permalink
Fix tests about citation creation from git scrap
Browse files Browse the repository at this point in the history
  • Loading branch information
aranega committed Sep 27, 2023
1 parent dc3c712 commit a5c733d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_create_citation.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit a5c733d

Please sign in to comment.