mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-12 23:28:31 +01:00
multi: run all test instances in parallel
This commit is contained in:
@@ -1271,6 +1271,8 @@ func clearWalletState(w *lnwallet.LightningWallet) error {
|
||||
//
|
||||
// TODO(roasbeef): purge bobNode in favor of dual lnwallet's
|
||||
func TestLightningWallet(t *testing.T) {
|
||||
t.Parallel()
|
||||
|
||||
netParams := &chaincfg.SimNetParams
|
||||
|
||||
// Initialize the harness around a btcd node which will serve as our
|
||||
|
||||
Reference in New Issue
Block a user