diff --git a/test/GovernanceStaker.t.sol b/test/GovernanceStaker.t.sol index ed967a5..94ef5f5 100644 --- a/test/GovernanceStaker.t.sol +++ b/test/GovernanceStaker.t.sol @@ -1827,7 +1827,7 @@ contract AlterDelegatee is GovernanceStakerTest { govStaker.alterDelegatee(_depositId, _newDelegatee); } - function testFuzz_AlteringDelegateeUpdatesEarningPower( + function testFuzz_UpdatesDepositsEarningPower( address _depositor, uint256 _depositAmount, address _firstDelegatee, @@ -1853,7 +1853,7 @@ contract AlterDelegatee is GovernanceStakerTest { assertEq(_deposit.earningPower, _newEarningPower); } - function testFuzz_AlteringDelegateeUpdatesTotalEarningPower( + function testFuzz_UpdatesGlobalTotalEarningPower( address _depositor, uint256 _depositAmount, address _firstDelegatee, @@ -1877,7 +1877,7 @@ contract AlterDelegatee is GovernanceStakerTest { assertEq(govStaker.totalEarningPower(), _newEarningPower); } - function testFuzz_AlteringDelegateeUpdatesDepositorsTotalEarningPower( + function testFuzz_UpdatesDepositorsTotalEarningPower( address _depositor, uint256 _depositAmount, address _firstDelegatee, @@ -2281,7 +2281,7 @@ contract AlterBeneficiary is GovernanceStakerTest { assertEq(_deposit.earningPower, _newEarningPower); } - function testFuzz_UpdatesDepositsTotalEarningPower( + function testFuzz_UpdatesGlobalTotalEarningPower( address _depositor, uint256 _depositAmount, address _delegatee, @@ -5421,7 +5421,6 @@ contract ClaimReward is GovernanceStakerRewardsTest { // The contract is notified of a reward _mintTransferAndNotifyReward(_rewardAmount); - // A portion of the duration passes _jumpAheadByPercentOfRewardDuration(100); earningPowerCalculator.__setEarningPowerAndIsQualifiedForDelegatee( @@ -5454,7 +5453,6 @@ contract ClaimReward is GovernanceStakerRewardsTest { // The contract is notified of a reward _mintTransferAndNotifyReward(_rewardAmount); - // A portion of the duration passes _jumpAheadByPercentOfRewardDuration(100); earningPowerCalculator.__setEarningPowerAndIsQualifiedForDelegatee( @@ -5485,7 +5483,6 @@ contract ClaimReward is GovernanceStakerRewardsTest { // The contract is notified of a reward _mintTransferAndNotifyReward(_rewardAmount); - // A portion of the duration passes _jumpAheadByPercentOfRewardDuration(100); earningPowerCalculator.__setEarningPowerAndIsQualifiedForDelegatee(