Skip to content

Commit 3db972b

Browse files
committed
Reduce test workspace prefix length
1 parent 4e769a2 commit 3db972b

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/Cli/Transaction/RegisterDeregisterStakeAddress.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ import qualified Hedgehog.Extras as H
4040
-- | Execute me with:
4141
-- @DISABLE_RETRIES=1 cabal test cardano-testnet-test --test-options '-p "/register deregister stake address in transaction build/"'@
4242
hprop_tx_register_deregister_stake_address :: Property
43-
hprop_tx_register_deregister_stake_address = integrationWorkspace "register-deregister-stake-address" $ \tempAbsBasePath' -> H.runWithDefaultWatchdog_ $ do
43+
hprop_tx_register_deregister_stake_address = integrationWorkspace "register-deregister-stake-addr" $ \tempAbsBasePath' -> H.runWithDefaultWatchdog_ $ do
4444
-- Start a local test net
4545
conf@Conf { tempAbsPath } <- mkConf tempAbsBasePath'
4646
let tempAbsPath' = unTmpAbsPath tempAbsPath

0 commit comments

Comments
 (0)