From 67edda634db0a610d02e03e81c86540802165d1d Mon Sep 17 00:00:00 2001 From: "Andres G. Aragoneses" Date: Wed, 3 Jan 2024 15:50:07 +0800 Subject: [PATCH] Log --- src/GWallet.Backend.Tests/Deserialization.fs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/GWallet.Backend.Tests/Deserialization.fs b/src/GWallet.Backend.Tests/Deserialization.fs index 0dd016db1..5c92b5e72 100644 --- a/src/GWallet.Backend.Tests/Deserialization.fs +++ b/src/GWallet.Backend.Tests/Deserialization.fs @@ -333,6 +333,7 @@ type Deserialization() = MarshallingData.ReplaceVersion MarshallingData.SignedBtcTransactionExampleInJson majorPlusOne let deserializedBtcTransaction: SignedTransaction = Account.ImportSignedTransactionFromJson signedTxWithNewVersion + Assert.Fail signedTxWithNewVersion Assert.That(deserializedBtcTransaction, Is.Not.Null) Assert.That(deserializedBtcTransaction.TransactionInfo.Proposal.Amount.ValueToSend,