Skip to content

Commit 29ba2f8

Browse files
committed
Remove unneccessary fromIntegral
1 parent 62a3cbb commit 29ba2f8

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ hprop_check_predefined_no_confidence_drep = H.integrationWorkspace "test-activit
104104
-- and assert that proposal passes.
105105
initialDesiredNumberOfPools <- getDesiredPoolNumberValue epochStateView ceo
106106

107-
let newNumberOfDesiredPools = fromIntegral (initialDesiredNumberOfPools + 1)
107+
let newNumberOfDesiredPools = initialDesiredNumberOfPools + 1
108108

109109
firstProposalInfo <- desiredPoolNumberProposalTest execConfig epochStateView configurationFile socketPath ceo gov "firstProposal"
110110
wallet1 Nothing [(3, "yes")] newNumberOfDesiredPools newNumberOfDesiredPools 3

0 commit comments

Comments
 (0)