diff --git a/test/helpers/governance.js b/test/helpers/governance.js index e0686445c28..df5caca0507 100644 --- a/test/helpers/governance.js +++ b/test/helpers/governance.js @@ -2,6 +2,7 @@ const { ethers } = require('hardhat'); const { ProposalState } = require('./enums'); const { unique } = require('./iterate'); const time = require('./time'); +const { expect } = require('chai'); const timelockSalt = (address, descriptionHash) => ethers.toBeHex((ethers.toBigInt(address) << 96n) ^ ethers.toBigInt(descriptionHash), 32);