Skip to content

Commit

Permalink
Add extra Expects to TransactionTests
Browse files Browse the repository at this point in the history
  • Loading branch information
canndrew authored and knocte committed Apr 2, 2021
1 parent d4d0ee0 commit 6281acc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/DotNetLightning.Core.Tests/TransactionTests.fs
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ let testList = testList "transaction tests" [
localChannelPrivKeys
Network.RegTest
commitmentTx
Expect.isSome transactionBuilderOpt "failed to create recovery tx"
let transactionBuilder = transactionBuilderOpt.Value

let recoveryTransaction =
Expand Down Expand Up @@ -203,6 +204,7 @@ let testList = testList "transaction tests" [
remoteChannelPrivKeys
Network.RegTest
commitmentTx
Expect.isSome transactionBuilderOpt "failed to create recovery tx"
let transactionBuilder = transactionBuilderOpt.Value

let recoveryTransaction =
Expand Down

0 comments on commit 6281acc

Please sign in to comment.