Skip to content

Commit

Permalink
Fixed failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexJSully committed Aug 25, 2024
1 parent d156c47 commit 83af475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/processor/searchArticleBySpecies.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ describe("searchArticlesBySpecies", () => {
const query = `${species}[organism]`;
const url = `https://eutils.ncbi.nlm.nih.gov/entrez/eutils/esearch.fcgi?db=pmc&term=${encodeURIComponent(
query,
)}&retmode=json&retmax=100000`;
)}&retmode=json&retmax=1000000`;

beforeEach(() => {
jest.clearAllMocks();
Expand Down

0 comments on commit 83af475

Please sign in to comment.