Skip to content

Commit f3978c3

Browse files
authored
Merge pull request #6044 from IntersectMBO/smelc/fix-launching-test-stanza
Update command to launch new constitution test
2 parents ef5f0a9 + 4d38cb6 commit f3978c3

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/Gov/ProposeNewConstitution.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ import qualified Hedgehog as H
5050
import qualified Hedgehog.Extras as H
5151

5252
-- | Execute me with:
53-
-- @DISABLE_RETRIES=1 cabal test cardano-testnet-test --test-options '-p "/ProposeAndRatifyNewConstitution/"'@
53+
-- @DISABLE_RETRIES=1 cabal test cardano-testnet-test --test-options '-p "/Propose And Ratify New Constitution/"'@
5454
hprop_ledger_events_propose_new_constitution :: Property
5555
hprop_ledger_events_propose_new_constitution = integrationWorkspace "propose-new-constitution" $ \tempAbsBasePath' -> H.runWithDefaultWatchdog_ $ do
5656
-- Start a local test net

0 commit comments

Comments
 (0)