From 861adb55ed0459ce966df20b9ff9ca6b900450de Mon Sep 17 00:00:00 2001 From: CheyenneAtapour Date: Sun, 28 Jul 2024 18:39:40 -0700 Subject: [PATCH] chore: remove unnecessary comment --- src/test/TestGhoAaveSteward.t.sol | 4 ---- 1 file changed, 4 deletions(-) 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 {