File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff 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
430422contract SlashEscrowFactoryUnitTests_getBurnOrRedistributionDelay is SlashEscrowFactoryUnitTests {
You can’t perform that action at this time.
0 commit comments