Skip to content

Commit 402003c

Browse files
committed
fix: update StrategyManagerMock
1 parent dcca454 commit 402003c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/mocks/StrategyManagerMock.sol

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,7 @@ contract StrategyManagerMock is Test {
102102

103103
function addShares(
104104
address staker,
105-
IStrategy strategy,
106-
IERC20, // token
105+
IStrategy strategy,
107106
uint256 addedShares
108107
) external returns (uint, uint) {
109108
// Increase the staker's shares

0 commit comments

Comments
 (0)