Skip to content

Commit

Permalink
chore: remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
CheyenneAtapour committed Jul 29, 2024
1 parent 05d78dd commit 861adb5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/test/TestGhoAaveSteward.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 861adb5

Please sign in to comment.