Skip to content

Commit 7dafb3e

Browse files
committed
Remove unnecessary fromIntegral
1 parent 29ba2f8 commit 7dafb3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cardano-testnet/test/cardano-testnet-test/Cardano/Testnet/Test/LedgerEvents/Gov/PredefinedNoConfidenceDRep.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ hprop_check_predefined_no_confidence_drep = H.integrationWorkspace "test-activit
117117

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

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

0 commit comments

Comments
 (0)