diff --git a/test/Governance.t.sol b/test/Governance.t.sol index 6197ed6..d779d8f 100644 --- a/test/Governance.t.sol +++ b/test/Governance.t.sol @@ -81,7 +81,6 @@ abstract contract GovernanceTest is Test { initialInitiatives.push(baseInitiative1); initialInitiatives.push(baseInitiative2); governance.registerInitialInitiatives(initialInitiatives); - } // forge test --match-test test_depositLQTY_withdrawLQTY -vv