Skip to content

Commit

Permalink
test: typos
Browse files Browse the repository at this point in the history
Co-authored-by: Merlin Egalite <[email protected]>
Signed-off-by: MathisGD <[email protected]>
  • Loading branch information
MathisGD and MerlinEgalite authored Mar 9, 2024
1 parent 69f4948 commit e7e1913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/forge/SelectorClashTest.sol
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import "../../lib/openzeppelin-contracts/contracts/token/ERC20/extensions/ERC20W
// The bundler can do call to arbitrary contracts, we make sure no selectors clash by inheriting all the interfaces in
// one single contract.
abstract contract SelectorClashTest is IMorpho, IUniversalRewardsDistributor, IERC4626, IERC20Permit, ERC20Wrapper {
// Overriedes of functions that are present in multiple interfaces contract ("acknoledged clashes").
// Overrides of functions that are present in multiple interfaces contract ("acknowledged clashes").
function setOwner(address) public override(IMorphoBase, IUniversalRewardsDistributorBase) {}
function owner() public view override(IMorphoBase, IUniversalRewardsDistributorBase) returns (address) {}
function DOMAIN_SEPARATOR() public view override(IMorphoBase, IERC20Permit) returns (bytes32) {}
Expand Down

0 comments on commit e7e1913

Please sign in to comment.