chore: rename DeployMigrationStakeManagerTest to MigrationStakeManagerTest

This commit is contained in:
Ricardo Guilherme Schmidt 2024-03-04 11:50:41 -03:00 committed by r4bbit
parent 53e30591f2
commit acf5f41bc7
1 changed files with 2 additions and 2 deletions

View File

@ -606,7 +606,7 @@ contract UserFlowsTest is StakeManagerTest {
}
}
contract DeployMigrationStakeManagerTest is StakeManagerTest {
contract MigrationStakeManagerTest is StakeManagerTest {
StakeManager internal newStakeManager;
function setUp() public virtual override {
@ -627,7 +627,7 @@ contract DeployMigrationStakeManagerTest is StakeManagerTest {
}
}
contract ExecuteEpochTest is DeployMigrationStakeManagerTest {
contract ExecuteEpochTest is MigrationStakeManagerTest {
//currentEpoch can only increase if time stakeManager.epochEnd().
function test_ExecuteEpochShouldNotIncreaseEpochBeforeEnd() public {
assertEq(stakeManager.currentEpoch(), 0);