Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
thewilkybarkid committed May 31, 2023
1 parent 416c202 commit 90c9a97
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/zenodo.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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(
Expand Down

0 comments on commit 90c9a97

Please sign in to comment.