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()
|
||||
})
|
||||
|
||||
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
|
||||
|
||||
const oldVaultAddr = await governance.userVault()
|
||||
@ -212,9 +212,7 @@ describe('Gov Exploit Patch Upgrade Tests', () => {
|
||||
|
||||
await ethers.provider.send('evm_mine', [])
|
||||
|
||||
const response = await governance.execute(proposalId)
|
||||
|
||||
console.log(await response.wait())
|
||||
await governance.execute(proposalId)
|
||||
|
||||
const newVaultAddr = await governance.userVault()
|
||||
const newGasCompAddr = await governance.gasCompensationVault()
|
||||
|
Loading…
Reference in New Issue
Block a user