Skip to content

Commit 6281acc

Browse files
canndrewknocte
authored andcommitted
Add extra Expects to TransactionTests
1 parent d4d0ee0 commit 6281acc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/DotNetLightning.Core.Tests/TransactionTests.fs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ let testList = testList "transaction tests" [
121121
localChannelPrivKeys
122122
Network.RegTest
123123
commitmentTx
124+
Expect.isSome transactionBuilderOpt "failed to create recovery tx"
124125
let transactionBuilder = transactionBuilderOpt.Value
125126

126127
let recoveryTransaction =
@@ -203,6 +204,7 @@ let testList = testList "transaction tests" [
203204
remoteChannelPrivKeys
204205
Network.RegTest
205206
commitmentTx
207+
Expect.isSome transactionBuilderOpt "failed to create recovery tx"
206208
let transactionBuilder = transactionBuilderOpt.Value
207209

208210
let recoveryTransaction =

0 commit comments

Comments
 (0)