Skip to content

Commit

Permalink
Address test issue with wakuv2
Browse files Browse the repository at this point in the history
  • Loading branch information
vitvly committed Jun 25, 2024
1 parent 73d3690 commit 38a6bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/messenger_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func (n *testNode) GetWaku(_ interface{}) (types.Waku, error) {
}

func (n *testNode) GetWakuV2(_ interface{}) (types.Waku, error) {
return n.shh, nil
return nil, errors.New("No waku v2 support")
}

func (n *testNode) GetWhisper(_ interface{}) (types.Whisper, error) {
Expand Down

0 comments on commit 38a6bd0

Please sign in to comment.