Skip to content

Commit 6c8cd6b

Browse files
ENG-630: Update gas usage test expectation
The actual gas usage (1,177,717) is lower than the expected 1,240,000 due to optimizations from dependency upgrades. Updated to 1,180,000 with 5% tolerance (59,000) to accommodate the change. This is a test-only update - gas usage improved (lower is better).
1 parent 2c1dda8 commit 6c8cd6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

solidity/ecdsa/test/WalletRegistry.Inactivity.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ describe("WalletRegistry - Inactivity", () => {
272272
100,
273273
modifySignatures,
274274
() => newSigningMembersIndices,
275-
1_240_000
275+
1_180_000
276276
)
277277
}
278278
)

0 commit comments

Comments
 (0)