Skip to content

Commit

Permalink
Merge branch 'feat/autoshard-lightpush' into chore/extract-common-pro…
Browse files Browse the repository at this point in the history
…to-utils
  • Loading branch information
chaitanyaprem authored Sep 27, 2023
2 parents 6d47314 + 4827020 commit 0fa50db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions waku/v2/protocol/lightpush/waku_lightpush_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ func TestWakuLightPushNoPeers(t *testing.T) {
// Client send a successful message using lightpush
// Node2 receive the message and broadcast it
// Node1 receive the message

func TestWakuLightPushAutoSharding(t *testing.T) {
contentTopic := "0/test/1/testTopic/proto"
cTopic1, err := protocol.StringToContentTopic(contentTopic)
Expand Down Expand Up @@ -219,6 +220,7 @@ func TestWakuLightPushAutoSharding(t *testing.T) {
go func() {
defer wg.Done()
<-sub2.Ch

}()

// Verifying successful request
Expand Down

0 comments on commit 0fa50db

Please sign in to comment.