We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
evalEitherM
readJsonFile
readJsonFileOk
1 parent e25b52f commit 5e415e4Copy full SHA for 5e415e4
cardano-cli/test/cardano-cli-test/Test/Cli/Transaction/Build.hs
@@ -199,7 +199,7 @@ hprop_conway_calculate_plutus_script_cost_offline = propertyOnce $ H.moduleWorks
199
, costOutFile
200
]
201
202
- json :: Aeson.Value <- H.evalEitherM $ H.readJsonFile costOutFile
+ json :: Aeson.Value <- H.readJsonFileOk costOutFile
203
204
lovelaceCost <- H.evalMaybe $ json ^? Aeson.nth 0 . Aeson.key "lovelaceCost" . Aeson._Number
205
lovelaceCost === 34
0 commit comments