mirror of
https://github.com/logos-co/staking.git
synced 2025-01-09 18:25:56 +00:00
chore: rename DeployMigrationStakeManagerTest to MigrationStakeManagerTest
This commit is contained in:
parent
53e30591f2
commit
acf5f41bc7
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user