Skip to content

Commit f64f800

Browse files
committed
fix: correct typo MANAGR -> MANAGER in LendingBroker test
1 parent 06fd493 commit f64f800

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/broker/LendingBroker.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ contract LendingBrokerTest is Test {
8686
Moolah mImpl = new Moolah();
8787
ERC1967Proxy mProxy = new ERC1967Proxy(
8888
address(mImpl),
89-
abi.encodeWithSelector(Moolah.initialize.selector, ADMIN, MANAGR, PAUSER, 15e8)
89+
abi.encodeWithSelector(Moolah.initialize.selector, ADMIN, MANAGER, PAUSER, 15e8)
9090
);
9191
moolah = IMoolah(address(mProxy));
9292

0 commit comments

Comments
 (0)