Skip to content

Commit

Permalink
test: replace const address by account.address
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeR26 committed Feb 17, 2025
1 parent 4921292 commit 4461ba3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions __tests__/account.outsideExecution.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -238,21 +238,21 @@ describe('Account and OutsideExecution', () => {
expect(outsideExecutionCall).toEqual([
{
calldata: [
'2846891009026995430665703316224827616914889274105712248413538305735679628945',
num.hexToDecimalString(recipientAccount.address),
num.hexToDecimalString(outsideTransaction1.outsideExecution.nonce as string),
outsideTransaction1.outsideExecution.execute_after.toString(),
outsideTransaction1.outsideExecution.execute_before.toString(),
'2',
'2087021424722619777119509474943472645767659996348769578120564519014510906823',
'232670485425082704932579856502088130646006032362877466777181098476241604910',
'3',
'2846891009026995430665703316224827616914889274105712248413538305735679628945',
num.hexToDecimalString(recipientAccount.address),
'100',
'0',
'2087021424722619777119509474943472645767659996348769578120564519014510906823',
'232670485425082704932579856502088130646006032362877466777181098476241604910',
'3',
'2846891009026995430665703316224827616914889274105712248413538305735679628945',
num.hexToDecimalString(recipientAccount.address),
'200',
'0',
'2',
Expand Down

0 comments on commit 4461ba3

Please sign in to comment.