Skip to content

Commit

Permalink
fixed test case param
Browse files Browse the repository at this point in the history
  • Loading branch information
tholzheim committed Feb 2, 2024
1 parent 6b57184 commit b35c965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_wikidatasync.py
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ def test_get_all_ceur_authors(self):
label="Stefan Decker",
wikidata_id="Q54303353",
orcid_id="0000-0001-6324-7164",
gnd_id=None,
gnd_id='173443443',
)
decker = authorsById.get("https://dblp.org/pid/d/StefanDecker")
self.assertEqual(expected_decker, decker)
Expand Down

0 comments on commit b35c965

Please sign in to comment.