clean up
This commit is contained in:
parent
309d45acef
commit
b0d384d2e8
|
@ -1570,10 +1570,9 @@ func TestGossipsubPiggybackControl(t *testing.T) {
|
|||
func TestGossipsubMultipleGraftTopics(t *testing.T) {
|
||||
ctx, cancel := context.WithCancel(context.Background())
|
||||
defer cancel()
|
||||
|
||||
hosts := getNetHosts(t, ctx, 2)
|
||||
|
||||
psubs := getGossipsubs(ctx, hosts)
|
||||
|
||||
sparseConnect(t, hosts)
|
||||
|
||||
time.Sleep(time.Second * 1)
|
||||
|
|
Loading…
Reference in New Issue