Skip to content

Commit

Permalink
Change ImpTestState initialization to set the MonadState
Browse files Browse the repository at this point in the history
  • Loading branch information
teodanciu committed Apr 25, 2024
1 parent 8f31f71 commit b6e97d2
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ import Cardano.Ledger.Keys (
import Cardano.Ledger.Shelley.LedgerState
import Data.Default.Class (Default (..))
import Data.Foldable (Foldable (..))
import qualified Data.List.NonEmpty as NE
import qualified Data.Map.Strict as Map
import qualified Data.Set as Set
import Lens.Micro ((&), (.~))
Expand Down Expand Up @@ -100,7 +99,7 @@ spec = do
, (c3, EpochNo 7)
, (c4, EpochNo 5)
]
initialMembers <- Set.fromList . NE.toList <$> getInitialCommitteMembers
initialMembers <- getCommitteeMembers

ga1 <-
electCommittee
Expand Down

0 comments on commit b6e97d2

Please sign in to comment.