Skip to content

Commit 762577b

Browse files
committed
Fix: specify ambiguous test invocation
1 parent 643ca1b commit 762577b

File tree

1 file changed

+1
-1
lines changed
  • cardano-testnet/test/cardano-testnet-test/Cardano/Testnet/Test/SubmitApi

1 file changed

+1
-1
lines changed

cardano-testnet/test/cardano-testnet-test/Cardano/Testnet/Test/SubmitApi/Transaction.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ import qualified Hedgehog.Extras.Test.Golden as H
5151
import qualified Hedgehog.Extras.Test.TestWatchdog as H
5252

5353
-- | Execute me with:
54-
-- @DISABLE_RETRIES=1 cabal test cardano-testnet-test --test-options '-p "/transaction/"'@
54+
-- @DISABLE_RETRIES=1 cabal test cardano-testnet-test --test-options '-p "/SubmitApi.transaction/"'@
5555
hprop_transaction :: Property
5656
hprop_transaction = integrationRetryWorkspace 2 "submit-api-transaction" $ \tempAbsBasePath' -> H.runWithDefaultWatchdog_ $ do
5757
H.note_ SYS.os

0 commit comments

Comments
 (0)