There was an error while loading. Please reload this page.
1 parent 06fd493 commit f64f800Copy full SHA for f64f800
1 file changed
test/broker/LendingBroker.t.sol
@@ -86,7 +86,7 @@ contract LendingBrokerTest is Test {
86
Moolah mImpl = new Moolah();
87
ERC1967Proxy mProxy = new ERC1967Proxy(
88
address(mImpl),
89
- abi.encodeWithSelector(Moolah.initialize.selector, ADMIN, MANAGR, PAUSER, 15e8)
+ abi.encodeWithSelector(Moolah.initialize.selector, ADMIN, MANAGER, PAUSER, 15e8)
90
);
91
moolah = IMoolah(address(mProxy));
92
0 commit comments