Skip to content

Commit 7cc4f94

Browse files
committed
typo
1 parent 756f79e commit 7cc4f94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/EulerSwapTestBase.t.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,12 +151,12 @@ contract EulerSwapTestBase is EVaultTestBase {
151151
uint256 cx,
152152
uint256 cy,
153153
uint256 protocolFee,
154-
address protcoolFeeRecipient
154+
address protocolFeeRecipient
155155
) internal returns (EulerSwap) {
156156
removeInstalledOperator();
157157

158158
IEulerSwap.Params memory params =
159-
getEulerSwapParams(reserve0, reserve1, px, py, cx, cy, fee, protocolFee, protcoolFeeRecipient);
159+
getEulerSwapParams(reserve0, reserve1, px, py, cx, cy, fee, protocolFee, protocolFeeRecipient);
160160
IEulerSwap.InitialState memory initialState =
161161
IEulerSwap.InitialState({currReserve0: reserve0, currReserve1: reserve1});
162162

0 commit comments

Comments
 (0)