Skip to content

Commit

Permalink
Fix golden test name for babbage calculate-min-fee
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeFlerovsky committed Dec 29, 2023
1 parent 27981c1 commit 6487e1a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import qualified Hedgehog as H

{- HLINT ignore "Use camelCase" -}

hprop_golden_shelley_transaction_calculate_min_fee :: Property
hprop_golden_shelley_transaction_calculate_min_fee = propertyOnce $ do
hprop_golden_babbage_transaction_calculate_min_fee :: Property
hprop_golden_babbage_transaction_calculate_min_fee = propertyOnce $ do
protocolParamsJsonFile <- noteInputFile "test/cardano-cli-golden/files/input/babbage/transaction-calculate-min-fee/protocol-params.json"
txBodyFile <- noteInputFile "test/cardano-cli-golden/files/input/babbage/tx/txbody"

Expand Down

0 comments on commit 6487e1a

Please sign in to comment.