more fix
This commit is contained in:
parent
c8720fef02
commit
2d8c9bba99
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user