diff --git a/waku/v2/protocol/lightpush/waku_lightpush_test.go b/waku/v2/protocol/lightpush/waku_lightpush_test.go index 3b0390a3..107b586f 100644 --- a/waku/v2/protocol/lightpush/waku_lightpush_test.go +++ b/waku/v2/protocol/lightpush/waku_lightpush_test.go @@ -45,7 +45,7 @@ func makeWakuRelay(t *testing.T, topic string) (*relay.WakuRelay, *relay.Subscri // // Node1 and Node 2 are peers // Client and Node 2 are peers -// Node 3 will use lightpush request, sending the message to Node2 +// Client will use lightpush request, sending the message to Node2 // // Client send a successful message using lightpush // Node2 receive the message and broadcast it