Skip to content

Commit

Permalink
Log
Browse files Browse the repository at this point in the history
  • Loading branch information
knocte committed Jan 3, 2024
1 parent 7a82444 commit 3f6d0ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/GWallet.Backend.Tests/Deserialization.fs
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ type Deserialization() =
MarshallingData.ReplaceVersion MarshallingData.SignedBtcTransactionExampleInJson majorPlusOne
let deserializedBtcTransaction: SignedTransaction<IBlockchainFeeInfo> =
Account.ImportSignedTransactionFromJson signedTxWithNewVersion
Assert.Fail signedTxWithNewVersion

Assert.That(deserializedBtcTransaction, Is.Not.Null)
Assert.That(deserializedBtcTransaction.TransactionInfo.Proposal.Amount.ValueToSend,
Expand Down

0 comments on commit 3f6d0ef

Please sign in to comment.