From ded40bc2206919dad099e7d9f51437ed58cdd895 Mon Sep 17 00:00:00 2001 From: Akash Gianchandani Date: Mon, 30 Oct 2023 12:54:48 +0530 Subject: [PATCH] fix(eth-multisig-v4): fix failing test WIN-1013 --- test/gas.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/gas.js b/test/gas.js index aef1262..c837eba 100644 --- a/test/gas.js +++ b/test/gas.js @@ -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 ];