Skip to content

Commit

Permalink
fix: test structure issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigopavezi committed Nov 6, 2024
1 parent bf816d1 commit 4951e70
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions packages/payment-detection/test/provider.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,10 @@ describe('getDefaultProvider', () => {
expect((getDefaultProvider('maticmum') as providers.JsonRpcProvider).connection.url).toMatch(
/https:\/\/polygon-mumbai\.infura.*/,
);
expect((getDefaultProvider('sepolia') as providers.JsonRpcProvider).connection.url).toMatch(
/https:\/\/rpc.sepolia\.org.*/,
);
});

expect((getDefaultProvider('sepolia') as providers.JsonRpcProvider).connection.url).toMatch(
/https:\/\/rpc.sepolia\.org.*/,
);
});

it('Can override the api key for a standard provider', async () => {
Expand Down

0 comments on commit 4951e70

Please sign in to comment.