We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 643ca1b commit 762577bCopy full SHA for 762577b
cardano-testnet/test/cardano-testnet-test/Cardano/Testnet/Test/SubmitApi/Transaction.hs
@@ -51,7 +51,7 @@ import qualified Hedgehog.Extras.Test.Golden as H
51
import qualified Hedgehog.Extras.Test.TestWatchdog as H
52
53
-- | Execute me with:
54
--- @DISABLE_RETRIES=1 cabal test cardano-testnet-test --test-options '-p "/transaction/"'@
+-- @DISABLE_RETRIES=1 cabal test cardano-testnet-test --test-options '-p "/SubmitApi.transaction/"'@
55
hprop_transaction :: Property
56
hprop_transaction = integrationRetryWorkspace 2 "submit-api-transaction" $ \tempAbsBasePath' -> H.runWithDefaultWatchdog_ $ do
57
H.note_ SYS.os
0 commit comments