Skip to content

Commit

Permalink
fix(eth-multisig-v4): fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
gianchandania committed Oct 30, 2023
1 parent 7f50b9c commit ded40bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/gas.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ describe(`Wallet Operations Gas Usage`, function () {

it('WalletSimple send batch [ @skip-on-coverage ]', async function () {
const gasUsageByBatchSize = [
101810, 113113, 124451, 135753, 147126, 158442, 169709, 181023, 192397,
101810, 113113, 124451, 135753, 147126, 158442, 169709, 181023, 192338,
203641
];

Expand Down

0 comments on commit ded40bc

Please sign in to comment.