Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
anajuliabit committed Aug 20, 2024
1 parent 34fb465 commit 4a6456a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/DelegateStaking.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -1636,7 +1636,7 @@ contract ViewFunctions is DelegateStakingTest {
_mintGovToken(_depositor, _amount);
_setKeyper(_keyper, true);

uint256 stakeId = _stake(_depositor, _keyper, _amount);
_stake(_depositor, _keyper, _amount);

uint256 withdrawAmount = delegate.exposed_calculateWithdrawAmount(
_amount / 2,
Expand Down

0 comments on commit 4a6456a

Please sign in to comment.