Skip to content

Commit

Permalink
Remove unnecessary fromIntegral
Browse files Browse the repository at this point in the history
  • Loading branch information
palas committed May 3, 2024
1 parent 9a4f2b5 commit e6fbb2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ hprop_check_predefined_no_confidence_drep = H.integrationWorkspace "test-activit

-- Do some other proposal and vote yes with all the DReps
-- and assert the new proposal does NOT pass.
let newNumberOfDesiredPools2 = fromIntegral (newNumberOfDesiredPools + 1)
let newNumberOfDesiredPools2 = newNumberOfDesiredPools + 1

void $ desiredPoolNumberProposalTest execConfig epochStateView configurationFile socketPath ceo gov "secondProposal"
wallet0 (Just firstProposalInfo) [(3, "yes")] newNumberOfDesiredPools2 newNumberOfDesiredPools 3
Expand Down

0 comments on commit e6fbb2c

Please sign in to comment.