chore: fix comment on test

This commit is contained in:
Prem Chaitanya Prathi 2023-08-02 11:24:50 +05:30
parent 55ec2347a8
commit e6aaf9c852
No known key found for this signature in database

View File

@ -45,7 +45,7 @@ func makeWakuRelay(t *testing.T, topic string) (*relay.WakuRelay, *relay.Subscri
// //
// Node1 and Node 2 are peers // Node1 and Node 2 are peers
// Client 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 // Client send a successful message using lightpush
// Node2 receive the message and broadcast it // Node2 receive the message and broadcast it