Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jpuri committed Nov 20, 2024
1 parent d795fa1 commit f0e5825
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ describe('useSelectedAccountAlerts', () => {
});

it('returns an alert for transaction if signing account is different from selected account', () => {
const contractInteraction = genUnapprovedContractInteractionConfirmation({ address: '0x0' });
const contractInteraction = genUnapprovedContractInteractionConfirmation({
address: '0x0',
});
const { result } = renderHookWithConfirmContextProvider(
() => useSelectedAccountAlerts(),
getMockConfirmStateForTransaction(contractInteraction as TransactionMeta),
Expand Down

0 comments on commit f0e5825

Please sign in to comment.