Skip to content

Commit

Permalink
Update waku/v2/node/wakunode2_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: richΛrd <info@richardramos.me>
  • Loading branch information
chaitanyaprem and richard-ramos authored Oct 16, 2023
1 parent 7aff588 commit 07dfc54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion waku/v2/node/wakunode2_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,6 @@ func TestDecoupledStoreFromRelay(t *testing.T) {
require.NoError(t, err)
defer wakuNode3.Stop()

//err = wakuNode3.DialPeerWithMultiAddress(ctx, wakuNode2.ListenAddresses()[0])
_, err = wakuNode3.AddPeer(wakuNode2.ListenAddresses()[0], peerstore.Static, []string{relay.DefaultWakuTopic}, store.StoreID_v20beta4)
require.NoError(t, err)
time.Sleep(2 * time.Second)
Expand Down

0 comments on commit 07dfc54

Please sign in to comment.