Skip to content

Commit

Permalink
Add comment to String parameter in baseDrepMetadataHashUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
palas committed Oct 8, 2024
1 parent 9a0fbea commit 28d3c1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cardano-cli/test/cardano-cli-test/Test/Cli/DRepMetadata.hs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ hprop_drep_metadata_hash_url_correct_hash =
baseDrepMetadataHashUrl
:: (MonadBaseControl IO m, MonadTest m, MonadIO m, MonadCatch m)
=> String
-- ^ The hash to check against. Changing this value allows us to test the
-- behavior of the command both when the hash is correct and when it is incorrect
-- reusing the same code.
-> m ()
baseDrepMetadataHashUrl hash = do
let relativeUrl = ["ipfs", exampleAnchorDataIpfsHash]
Expand Down

0 comments on commit 28d3c1b

Please sign in to comment.