From 45c6efa053e7cc685ed3b675020e0aa67fe6c3f5 Mon Sep 17 00:00:00 2001 From: Johannes Lund Date: Thu, 16 Mar 2023 14:24:55 +0100 Subject: [PATCH] Fix pingPong_1 in TransactionSpec --- .../test/unit/Cardano/Wallet/Shelley/TransactionSpec.hs | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/lib/wallet/test/unit/Cardano/Wallet/Shelley/TransactionSpec.hs b/lib/wallet/test/unit/Cardano/Wallet/Shelley/TransactionSpec.hs index 9f16ccdd04f..2dd6941d255 100644 --- a/lib/wallet/test/unit/Cardano/Wallet/Shelley/TransactionSpec.hs +++ b/lib/wallet/test/unit/Cardano/Wallet/Shelley/TransactionSpec.hs @@ -4402,10 +4402,11 @@ paymentPartialTx txouts = PartialTx (Cardano.Tx body []) mempty [] pingPong_1 :: PartialTx Cardano.BabbageEra pingPong_1 = PartialTx tx mempty [] where - tx = deserializeBabbageTx $ unsafeFromHex - "84a500800d80018183581d714d72cf569a339a18a7d9302313983f56e0d96cd4\ - \5bdcb1d6512dca6a1a001e84805820923918e403bf43c34b4ef6b48eb2ee04ba\ - \bed17320d8d1b9ff9ad086e86f44ec02000e80a10481d87980f5f6" + tx = deserializeBabbageTx $ unsafeFromHex $ mconcat + [ "84a500800d80018183581d714d72cf569a339a18a7d9302313983f56e0d96cd4" + , "5bdcb1d6512dca6a1a001e84805820923918e403bf43c34b4ef6b48eb2ee04ba" + , "bed17320d8d1b9ff9ad086e86f44ec02000e80a10481d87980f5f6" + ] pingPong_2 :: PartialTx Cardano.BabbageEra pingPong_2 = PartialTx