Skip to content

Commit

Permalink
feat: fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaquinBattilana committed Feb 16, 2024
1 parent 54ecaff commit 7c40a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/TestGhoBase.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ contract TestGhoBase is Test, Constants, Events {
controlledFacilitators[0] = address(GHO_ATOKEN);
controlledFacilitators[1] = address(GHO_GSM);
vm.prank(SHORT_EXECUTOR);
GHO_STEWARD_V2.controlFacilitators(controlledFacilitators);
GHO_STEWARD_V2.controlFacilitators(controlledFacilitators, true);
}

function ghoFaucet(address to, uint256 amount) public {
Expand Down

0 comments on commit 7c40a3a

Please sign in to comment.