Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
npty committed Jan 2, 2025
1 parent c73d0bc commit 740bd99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/test/AxelarQueryAPI.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ describe("AxelarQueryAPI", () => {

mainnetResponses.forEach((response) => {
expect(response).toBeDefined();
expect(String(response).length).toBeLessThanOrEqual(6);
expect(String(response).length).toBeLessThanOrEqual(7);
});
});

Expand Down

0 comments on commit 740bd99

Please sign in to comment.