lnwallet: Re-enable tests
Tests were erroneously disabled in commit b1940d67.
This commit is contained in:
parent
02d616d9b7
commit
5dffa7da1c
@ -3147,7 +3147,6 @@ func runTests(t *testing.T, walletDriver *lnwallet.WalletDriver,
|
|||||||
strings.Contains(walletTest.name, "dual funder") {
|
strings.Contains(walletTest.name, "dual funder") {
|
||||||
t.Skip("skipping dual funder tests for neutrino")
|
t.Skip("skipping dual funder tests for neutrino")
|
||||||
}
|
}
|
||||||
return
|
|
||||||
|
|
||||||
walletTest.test(miningNode, alice, bob, t)
|
walletTest.test(miningNode, alice, bob, t)
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user