Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
nisdas authored and vyzo committed Sep 10, 2020
1 parent 309d45a commit b0d384d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gossipsub_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)

hosts := getNetHosts(t, ctx, 2)
psubs := getGossipsubs(ctx, hosts)

sparseConnect(t, hosts)

time.Sleep(time.Second * 1)
Expand Down

0 comments on commit b0d384d

Please sign in to comment.