From f3246bd4e23293154f0c1b28dced8c5dad4be5ae Mon Sep 17 00:00:00 2001 From: huianyang Date: Mon, 9 Sep 2024 15:29:37 -0700 Subject: [PATCH] test: update estimation-tests assertion --- integration-tests/__tests__/contract/estimation-tests.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/__tests__/contract/estimation-tests.spec.ts b/integration-tests/__tests__/contract/estimation-tests.spec.ts index 3a80fbbe30..e82d62dc22 100644 --- a/integration-tests/__tests__/contract/estimation-tests.spec.ts +++ b/integration-tests/__tests__/contract/estimation-tests.spec.ts @@ -102,7 +102,7 @@ CONFIGS().forEach(({ lib, setup, knownBaker, createAddress, rpc }) => { expect(estimate.minimalFeeMutez).toEqual(374); expect(estimate.totalCost).toEqual(374); expect(estimate.usingBaseFeeMutez).toEqual(374); - expect(estimate.consumedMilligas).toEqual(1455970); + expect(estimate.consumedMilligas).toEqual(1456056); }); it('Verify .estimate.transfer for multiple internal transfers to unallocated account', async () => {