Skip to content

Commit

Permalink
chore: testfix
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed Oct 24, 2024
1 parent 8e1e560 commit e5297a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/util/transactions/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit e5297a9

Please sign in to comment.