Skip to content

Commit

Permalink
Fix test id
Browse files Browse the repository at this point in the history
  • Loading branch information
OGPoyraz committed Sep 18, 2023
1 parent 8bcc8ea commit 82e345b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jest.mock('./etherscan', () => ({

jest.mock('../../../../shared/modules/random-id');

const ID_MOCK = 123;
const ID_MOCK = "123";

const ETHERSCAN_TRANSACTION_BASE_MOCK: EtherscanTransactionMetaBase = {
blockNumber: '4535105',
Expand Down

0 comments on commit 82e345b

Please sign in to comment.