Skip to content

Commit

Permalink
chore: update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
SidestreamStrongStrawberry committed Dec 5, 2024
1 parent ef4348b commit 04a1822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DssSpell.t.base.sol
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ contract DssSpellTestBase is Config, DssTest {
// wait
assertEq(vow.wait(), values.vow_wait, "TestError/vow-wait");

// This is a safety check to ensure that DAI holders have enough time to redeem their DAI from LPs
// Ensure there is enough time for the governance to unwind SBE LP tokens instead of starting a Flop auction
assertGe(vow.wait(), pause.delay() * 2, "TestError/vow-wait-too-short");

{
Expand Down

0 comments on commit 04a1822

Please sign in to comment.