This commit is contained in:
ZenGround0 2021-08-12 14:03:19 -04:00
parent c8720fef02
commit 2d8c9bba99

View File

@ -18,10 +18,8 @@ import (
func RunMultisigTests(t *testing.T, client *kit.TestFullNode) { func RunMultisigTests(t *testing.T, client *kit.TestFullNode) {
// Create mock CLI // Create mock CLI
ctx := context.Background() ctx := context.Background()
mockCLI := kit.NewMockCLI(ctx, t, cli.Commands) mockCLI := kit.NewMockCLI(ctx, t, cli.Commands, api.NodeFull)
clientCLI := mockCLI.Client(client.ListenAddr) clientCLI := mockCLI.Client(client.ListenAddr)
// msig tests run against a full node
api.RunningNodeType = api.NodeFull
// Create some wallets on the node to use for testing multisig // Create some wallets on the node to use for testing multisig
var walletAddrs []address.Address var walletAddrs []address.Address