Skip to content

Commit

Permalink
Merge pull request #5845 from IntersectMBO/sl/fix-hlint
Browse files Browse the repository at this point in the history
hlint: fix cardano-testnet-test
  • Loading branch information
disassembler authored May 17, 2024
2 parents 235e34f + fc91683 commit 6821a56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ hprop_gov_no_confidence = integrationWorkspace "no-confidence" $ \tempAbsBasePat
epochStateView <- getEpochStateView configurationFile (File socketPath)
minActDeposit <- getMinGovActionDeposit epochStateView ceo

void $ H.execCli' execConfig $
void $ H.execCli' execConfig
[ eraToString era, "governance", "action", "create-no-confidence"
, "--testnet"
, "--governance-action-deposit", show @Integer minActDeposit
Expand Down

0 comments on commit 6821a56

Please sign in to comment.