File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
test/cardano-cli-golden/Test/Golden Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ repository cardano-haskell-packages
1313-- See CONTRIBUTING for information about these, including some Nix commands
1414-- you need to run if you change them
1515index-state :
16- , hackage.haskell.org 2025-06-06T12:15 :17Z
16+ , hackage.haskell.org 2025-06-14T04:21 :29Z
1717 , cardano-haskell-packages 2025-06-11T08:32 :56Z
1818
1919packages :
Original file line number Diff line number Diff line change @@ -331,7 +331,7 @@ library cardano-cli-test-lib
331331 exceptions,
332332 filepath,
333333 hedgehog,
334- hedgehog-extras >= 0.7.1 ,
334+ hedgehog-extras >= 0.8 ,
335335 http-types,
336336 lifted-base,
337337 mmorph,
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ import Hedgehog qualified as H
3232import Hedgehog.Extras.Stock.OS (isWin32 )
3333import Hedgehog.Extras.Test qualified as H
3434import Test.Tasty (TestTree , testGroup )
35- import Test.Tasty.Hedgehog (testProperty )
3635
3736ansiRegex :: Regex
3837ansiRegex = mkRegex " \\ [[0-9]+m"
@@ -126,9 +125,9 @@ test_golden_HelpCmds =
126125 return $
127126 testGroup
128127 " help-commands"
129- [ testProperty
128+ [ H. testUnitIO
130129 (subPath usage)
131- ( watchdogProp . propertyOnce . H. moduleWorkspace " help-commands" $ \ _ -> do
130+ ( H. moduleWorkspace " help-commands" $ \ _ -> do
132131 H. noteShow_ usage
133132 let expectedCmdHelpFp =
134133 " test/cardano-cli-golden/files/golden" </> subPath usage
You can’t perform that action at this time.
0 commit comments