Skip to content

Commit

Permalink
Remove unneccessary fromIntegral
Browse files Browse the repository at this point in the history
  • Loading branch information
palas committed May 3, 2024
1 parent bfb15e6 commit ed87355
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ hprop_check_predefined_no_confidence_drep = H.integrationWorkspace "test-activit
-- and assert that proposal passes.
initialDesiredNumberOfPools <- getDesiredPoolNumberValue epochStateView ceo

let newNumberOfDesiredPools = fromIntegral (initialDesiredNumberOfPools + 1)
let newNumberOfDesiredPools = initialDesiredNumberOfPools + 1

firstProposalInfo <- desiredPoolNumberProposalTest execConfig epochStateView configurationFile socketPath ceo gov "firstProposal"
wallet1 Nothing [(3, "yes")] newNumberOfDesiredPools 0 (Just newNumberOfDesiredPools) 10
Expand Down

0 comments on commit ed87355

Please sign in to comment.