Skip to content

Commit

Permalink
Use shrinking which doesn't discard ticks in densityDisconnectTrigger…
Browse files Browse the repository at this point in the history
…sChainSel
  • Loading branch information
facundominguez committed Mar 27, 2024
1 parent df25964 commit b47c8c9
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -35,7 +35,7 @@ import Test.Consensus.PeerSimulator.StateView
exceptionsByComponent)
import Test.Consensus.PointSchedule
import Test.Consensus.PointSchedule.Peers
import Test.Consensus.PointSchedule.Shrinking (shrinkPeerSchedules)
import Test.Consensus.PointSchedule.Shrinking (shrinkByRemovingAdversaries)
import Test.Consensus.PointSchedule.SinglePeer (SchedulePoint (..),
scheduleBlockPoint, scheduleHeaderPoint, scheduleTipPoint)
import qualified Test.QuickCheck as QC
Expand Down Expand Up @@ -314,7 +314,7 @@ prop_densityDisconnectTriggersChainSel =

(defaultSchedulerConfig {scEnableLoE = True})

shrinkPeerSchedules
shrinkByRemovingAdversaries

( \GenesisTest {gtBlockTree} stateView@StateView {svTipBlock} ->
let
Expand Down

0 comments on commit b47c8c9

Please sign in to comment.