Skip to content

Commit 83af475

Browse files
committed
Fixed failing tests
1 parent d156c47 commit 83af475

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/processor/searchArticleBySpecies.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ describe("searchArticlesBySpecies", () => {
99
const query = `${species}[organism]`;
1010
const url = `https://eutils.ncbi.nlm.nih.gov/entrez/eutils/esearch.fcgi?db=pmc&term=${encodeURIComponent(
1111
query,
12-
)}&retmode=json&retmax=100000`;
12+
)}&retmode=json&retmax=1000000`;
1313

1414
beforeEach(() => {
1515
jest.clearAllMocks();

0 commit comments

Comments
 (0)