Skip to content

Commit bbc3fd0

Browse files
palasneilmayhew
authored andcommitted
Remove deprecated function
1 parent c3114a9 commit bbc3fd0

File tree

1 file changed

+1
-1
lines changed
  • cardano-testnet/test/cardano-testnet-test/Cardano/Testnet/Test/Gov/Transaction

1 file changed

+1
-1
lines changed

cardano-testnet/test/cardano-testnet-test/Cardano/Testnet/Test/Gov/Transaction/HashMismatch.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ hprop_transaction_build_wrong_hash = integrationRetryWorkspace 2 "wrong-hash" $
4747
work <- H.createDirectoryIfMissing $ tempAbsPath' </> "work"
4848

4949
let ceo = ConwayEraOnwardsConway
50-
sbe = conwayEraOnwardsToShelleyBasedEra ceo
50+
sbe = convert ceo
5151
asbe = AnyShelleyBasedEra sbe
5252
eraName = eraToString sbe
5353
fastTestnetOptions = def { cardanoNodeEra = asbe }

0 commit comments

Comments
 (0)