Skip to content

Commit

Permalink
Detail
Browse files Browse the repository at this point in the history
  • Loading branch information
smelc committed May 16, 2024
1 parent 259cb05 commit 4f4c790
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cardano-cli/test/cardano-cli-golden/Test/Golden/TxView.hs
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,8 @@ createAlonzoTxBody mUpdateProposalFile transactionBodyFile = do
]
)

-- | Execute me with:
-- @cabal test cardano-cli-golden --test-options '-p "/golden view alonzo yaml/"'@
hprop_golden_view_alonzo_yaml :: Property
hprop_golden_view_alonzo_yaml =
propertyOnce $ moduleWorkspace "tmp" $ \tempDir -> do
Expand Down Expand Up @@ -381,6 +383,8 @@ hprop_golden_view_alonzo_yaml =
["transaction", "view", "--tx-body-file", transactionBodyFile, "--output-yaml"]
H.diffVsGoldenFile result $ goldenDir </> "alonzo/transaction-view.out"

-- | Execute me with:
-- @cabal test cardano-cli-golden --test-options '-p "/golden view alonzo signed yaml/"'@
hprop_golden_view_alonzo_signed_yaml :: Property
hprop_golden_view_alonzo_signed_yaml =
propertyOnce $ moduleWorkspace "tmp" $ \tempDir -> do
Expand Down

0 comments on commit 4f4c790

Please sign in to comment.