Skip to content

Commit c1b96be

Browse files
committed
Revert "Update test/token/ERC20/extensions/ERC4626.t.sol"
This reverts commit 99a220c.
1 parent ce1bc03 commit c1b96be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/token/ERC20/extensions/ERC4626.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {ERC4626Mock, IERC20Metadata} from "../../../../contracts/mocks/ERC4626Mo
88

99
contract ERC4626StdTest is ERC4626Test {
1010
function setUp() public override {
11-
_underlying_ = address(new ERC20Mock("MockERC20", "MockERC20", address(0), 0));
11+
_underlying_ = address(new ERC20Mock("MockERC20", "MockERC20", address(this), 0));
1212
_vault_ = address(new ERC4626Mock(IERC20Metadata(_underlying_), "MockERC4626", "MockERC4626"));
1313
_delta_ = 0;
1414
_vaultMayBeEmpty = false;

0 commit comments

Comments
 (0)