diff --git a/src/test/TestGhoAaveSteward.t.sol b/src/test/TestGhoAaveSteward.t.sol index 7726557c..646e3c77 100644 --- a/src/test/TestGhoAaveSteward.t.sol +++ b/src/test/TestGhoAaveSteward.t.sol @@ -10,10 +10,6 @@ contract TestGhoAaveSteward is TestGhoBase { function setUp() public { /// @dev Since block.timestamp starts at 0 this is a necessary condition (block.timestamp > `MINIMUM_DELAY`) for the timelocked contract methods to work. vm.warp(GHO_AAVE_STEWARD.MINIMUM_DELAY() + 1); - - // TODO: Why do tests pass without granting any roles? - // Grant required roles - //GHO_TOKEN.grantRole(GHO_TOKEN_BUCKET_MANAGER_ROLE, address(GHO_AAVE_STEWARD)); } function testConstructor() public {