diff --git a/test/zenodo.test.ts b/test/zenodo.test.ts index 0d7beb02e..0169f3a67 100644 --- a/test/zenodo.test.ts +++ b/test/zenodo.test.ts @@ -23,7 +23,6 @@ import { plainText, rawHtml } from '../src/html' import type { NewPrereview } from '../src/write-review' import * as _ from '../src/zenodo' import * as fc from './fc' -import { orcid } from './fc' import PlainDate = Temporal.PlainDate @@ -1613,7 +1612,7 @@ describe('getPrereviewsForOrcidFromZenodo', () => { }, ) - test.prop([fc.orcid()])('when the list is empty', async () => { + test.prop([fc.orcid()])('when the list is empty', async orcid => { const actual = await _.getPrereviewsForOrcidFromZenodo(orcid)({ clock: SystemClock, fetch: fetchMock.sandbox().getOnce(