Skip to content

Commit

Permalink
test: improve EVM client chain support test
Browse files Browse the repository at this point in the history
  • Loading branch information
npty committed Feb 21, 2025
1 parent 838316f commit 4ec80c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/evm/src/clients/clients.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ describe("EVM Clients", () => {
}
});

expect(supportedChains.length).toBe(chains.length - 1); // Excluding centrifuge-2 chain because public rpc is not available
expect(supportedChains.length).toBeGreaterThan(0);
});
});

Expand Down

0 comments on commit 4ec80c8

Please sign in to comment.