Skip to content

Commit

Permalink
Update testing.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Aug 18, 2023
1 parent 18e50d3 commit c7c9316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/biomappings/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def test_contributors(self):
source = mapping["source"]
if not source.startswith("orcid:"):
self.assertTrue(source.startswith("web-"))
ss = source[len("web-")]
ss = source[len("web-") :]
self.fail(msg=f'Add an entry with "{ss}" and your ORCID to {CURATORS_PATH}')
self.assertIn(source[len("orcid:") :], contributor_orcids)

Expand Down

0 comments on commit c7c9316

Please sign in to comment.