From 6487e1a800f24d2e1c31bffe78871840c68900f2 Mon Sep 17 00:00:00 2001 From: George Flerovsky Date: Fri, 29 Dec 2023 10:53:31 -0500 Subject: [PATCH] Fix golden test name for babbage calculate-min-fee --- .../Test/Golden/Babbage/Transaction/CalculateMinFee.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cardano-cli/test/cardano-cli-golden/Test/Golden/Babbage/Transaction/CalculateMinFee.hs b/cardano-cli/test/cardano-cli-golden/Test/Golden/Babbage/Transaction/CalculateMinFee.hs index 1e3d252a98..3e386ffba7 100644 --- a/cardano-cli/test/cardano-cli-golden/Test/Golden/Babbage/Transaction/CalculateMinFee.hs +++ b/cardano-cli/test/cardano-cli-golden/Test/Golden/Babbage/Transaction/CalculateMinFee.hs @@ -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"