Skip to content

Commit

Permalink
test updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ctot-nondef committed Jan 6, 2024
1 parent a7f290d commit eb9689b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/oai-pmh.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ describe('OaiPmh', () => {
for await (const identifier of oaiPmh.listIdentifiers(options)) {
res.push(identifier)
}
expect(res.length).to.equal(107);
expect(res.length).to.equal(106);
})

it('should list identifiers with resumption token from gulbenkian', async () => {
Expand Down

0 comments on commit eb9689b

Please sign in to comment.