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 ed87355 commit 1f8e47e
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 3 (Just newNumberOfDesiredPools) 10
Expand Down

0 comments on commit 1f8e47e

Please sign in to comment.