Skip to content

Commit ded40bc

Browse files
committed
fix(eth-multisig-v4): fix failing test
WIN-1013
1 parent 7f50b9c commit ded40bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/gas.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ describe(`Wallet Operations Gas Usage`, function () {
178178

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

0 commit comments

Comments
 (0)