From 10bcec08c5d3eae3fddc670f44c50f1e7251c5ad Mon Sep 17 00:00:00 2001 From: legobt <6wbvkn0j@anonaddy.me> Date: Wed, 23 Oct 2024 09:10:16 +0000 Subject: [PATCH] chore: testfix --- app/util/transactions/index.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/util/transactions/index.test.ts b/app/util/transactions/index.test.ts index 67192fa591a4..d6040f10f353 100644 --- a/app/util/transactions/index.test.ts +++ b/app/util/transactions/index.test.ts @@ -1082,7 +1082,7 @@ describe('Transactions utils :: isApprovalTransaction', () => { }); describe('Transactions utils :: getTransactionReviewActionKey', () => { - const transaction = { to: '0xContractAddress' }; + const transaction = { to: '0xdeadbeef' }; const chainId = '1'; it('returns `Unknown Method` review action key when transaction action key exists', async () => { const expectedReviewActionKey = 'Unknown Method';