waku-org/go-waku

View on GitHub
waku/v2/node/wakuoptions_test.go

Summary

Maintainability
A
1 hr
Test Coverage

Function TestWakuRLNOptions has 72 lines of code (exceeds 50 allowed). Consider refactoring.
Open

func TestWakuRLNOptions(t *testing.T) {
    topicHealthStatusChan := make(chan peermanager.TopicHealthStatus, 100)

    key, err := tests.RandomHex(32)
    require.NoError(t, err)
Severity: Minor
Found in waku/v2/node/wakuoptions_test.go - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status