lnwallet: Re-enable tests

Tests were erroneously disabled in commit b1940d67.
This commit is contained in:
Matheus Degiovani 2019-12-20 17:57:37 -03:00
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)
}) })