Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kajoseph committed Jul 13, 2023
1 parent ddc45ed commit 7d90110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/crypto-wallet-core/test/transactions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -854,6 +854,6 @@ describe('MATIC Transaction getChainId', () => {
expect(testId).to.equal(80001);

const regtestId = Transactions.get({ chain: 'MATIC' }).getChainId('regtest');
expect(regtestId).to.equal(1337);
expect(regtestId).to.equal(13375);
});
});

0 comments on commit 7d90110

Please sign in to comment.