Skip to content

Commit e002a93

Browse files
committed
chore: remove commented code
1 parent be469e6 commit e002a93

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/test/unit/SlashEscrowFactoryUnit.t.sol

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -417,14 +417,6 @@ contract SlashEscrowFactoryUnitTests_setStrategyBurnOrRedistributionDelay is Sla
417417
// Returns strategy delay since strategy delay is larger than global delay.
418418
assertEq(factory.getStrategyBurnOrRedistributionDelay(defaultStrategy), delay);
419419
}
420-
421-
// Test
422-
// function testFuzz_setStrategyBurnOrRedistributionDelay_correctness() public {
423-
// cheats.prank(defaultOwner);
424-
// factory.setStrategyBurnOrRedistributionDelay(defaultStrategy, 10 days / 12 seconds);
425-
// // Returns strategy delay since strategy delay is larger than global delay.
426-
// assertEq(factory.getStrategyBurnOrRedistributionDelay(defaultStrategy), 10 days / 12 seconds);
427-
// }
428420
}
429421

430422
contract SlashEscrowFactoryUnitTests_getBurnOrRedistributionDelay is SlashEscrowFactoryUnitTests {

0 commit comments

Comments
 (0)