From f23b7a7b125bf537033118ba6dc0c605af8690fd Mon Sep 17 00:00:00 2001 From: Pablo Lamela Date: Wed, 15 Jan 2025 21:23:57 +0100 Subject: [PATCH] Remove deprecated function --- .../Cardano/Testnet/Test/Gov/Transaction/HashMismatch.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cardano-testnet/test/cardano-testnet-test/Cardano/Testnet/Test/Gov/Transaction/HashMismatch.hs b/cardano-testnet/test/cardano-testnet-test/Cardano/Testnet/Test/Gov/Transaction/HashMismatch.hs index 02acf3cef06..25e9e2eed2c 100644 --- a/cardano-testnet/test/cardano-testnet-test/Cardano/Testnet/Test/Gov/Transaction/HashMismatch.hs +++ b/cardano-testnet/test/cardano-testnet-test/Cardano/Testnet/Test/Gov/Transaction/HashMismatch.hs @@ -47,7 +47,7 @@ hprop_transaction_build_wrong_hash = integrationRetryWorkspace 2 "wrong-hash" $ work <- H.createDirectoryIfMissing $ tempAbsPath' "work" let ceo = ConwayEraOnwardsConway - sbe = conwayEraOnwardsToShelleyBasedEra ceo + sbe = convert ceo asbe = AnyShelleyBasedEra sbe eraName = eraToString sbe fastTestnetOptions = def { cardanoNodeEra = asbe }