Skip to content

Commit

Permalink
lnwallet: Re-enable tests
Browse files Browse the repository at this point in the history
Tests were erroneously disabled in commit b1940d6.
  • Loading branch information
matheusd committed Dec 23, 2019
1 parent 02d616d commit 5dffa7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lnwallet/interface_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3147,7 +3147,6 @@ func runTests(t *testing.T, walletDriver *lnwallet.WalletDriver,
strings.Contains(walletTest.name, "dual funder") {
t.Skip("skipping dual funder tests for neutrino")
}
return

walletTest.test(miningNode, alice, bob, t)
})
Expand Down

0 comments on commit 5dffa7d

Please sign in to comment.