fix SDR test
This commit is contained in:
parent
d98eca7260
commit
51a4657ef7
@ -30,8 +30,7 @@ func TestSDRUpgrade(t *testing.T) {
|
|||||||
ctx, cancel := context.WithCancel(context.Background())
|
ctx, cancel := context.WithCancel(context.Background())
|
||||||
defer cancel()
|
defer cancel()
|
||||||
|
|
||||||
opts := []kit.NodeOpt{kit.ConstructorOpts(kit.SDRUpgradeAt(500, 1000))}
|
opts := kit.ConstructorOpts(kit.SDRUpgradeAt(500, 1000))
|
||||||
opts = append(opts, kit.WithAllSubsystems())
|
|
||||||
client, miner, ens := kit.EnsembleMinimal(t, kit.MockProofs(), opts)
|
client, miner, ens := kit.EnsembleMinimal(t, kit.MockProofs(), opts)
|
||||||
ens.InterconnectAll()
|
ens.InterconnectAll()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user