waku/v2/node/wakuoptions_test.go
Function TestWakuRLNOptions
has 72 lines of code (exceeds 50 allowed). Consider refactoring. Open
Open
func TestWakuRLNOptions(t *testing.T) {
topicHealthStatusChan := make(chan peermanager.TopicHealthStatus, 100)
key, err := tests.RandomHex(32)
require.NoError(t, err)