Skip to content

Commit b55e334

Browse files
refactor: update WalletRegistry test fixture to run full deployments for improved testing accuracy
1 parent cbf3a97 commit b55e334

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

solidity/ecdsa/gasReporterOutput.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

solidity/ecdsa/test/WalletRegistryGovernance.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ const { createSnapshot, restoreSnapshot } = helpers.snapshot
1515
const { to1e18 } = helpers.number
1616

1717
const fixture = deployments.createFixture(async () => {
18-
await deployments.fixture(["WalletRegistry"])
18+
// Full fixture: tagged-only runs skip external @threshold-network deploys (e.g. T).
19+
await deployments.fixture()
1920

2021
const walletRegistry: WalletRegistryStub & WalletRegistry =
2122
await helpers.contracts.getContract("WalletRegistry")

0 commit comments

Comments
 (0)