Skip to content

Commit

Permalink
test: update estimation-tests assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
hui-an-yang committed Sep 9, 2024
1 parent d7a21e0 commit f3246bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 () => {
Expand Down

0 comments on commit f3246bd

Please sign in to comment.