remove only from test
Signed-off-by: AlienTornadosaurusHex <>
This commit is contained in:
parent
f14e8d988b
commit
9c04d318a2
@ -177,7 +177,7 @@ describe('Gov Exploit Patch Upgrade Tests', () => {
|
|||||||
snapshotId = await takeSnapshot()
|
snapshotId = await takeSnapshot()
|
||||||
})
|
})
|
||||||
|
|
||||||
it.only('Should be able to execute the proposal', async () => {
|
it('Should be able to execute the proposal', async () => {
|
||||||
// Load these storage variables for comparison
|
// Load these storage variables for comparison
|
||||||
|
|
||||||
const oldVaultAddr = await governance.userVault()
|
const oldVaultAddr = await governance.userVault()
|
||||||
@ -212,9 +212,7 @@ describe('Gov Exploit Patch Upgrade Tests', () => {
|
|||||||
|
|
||||||
await ethers.provider.send('evm_mine', [])
|
await ethers.provider.send('evm_mine', [])
|
||||||
|
|
||||||
const response = await governance.execute(proposalId)
|
await governance.execute(proposalId)
|
||||||
|
|
||||||
console.log(await response.wait())
|
|
||||||
|
|
||||||
const newVaultAddr = await governance.userVault()
|
const newVaultAddr = await governance.userVault()
|
||||||
const newGasCompAddr = await governance.gasCompensationVault()
|
const newGasCompAddr = await governance.gasCompensationVault()
|
||||||
|
Loading…
Reference in New Issue
Block a user