waku-org/go-waku

View on GitHub
waku/v2/protocol/store/client_test.go

Summary

Maintainability
B
4 hrs
Test Coverage

Function TestStoreClient has 134 lines of code (exceeds 50 allowed). Consider refactoring.
Open

func TestStoreClient(t *testing.T) {
    ctx, cancel := context.WithTimeout(context.Background(), 60*time.Second)
    defer cancel()

    port, err := tests.FindFreePort(t, "", 5)
Severity: Major
Found in waku/v2/protocol/store/client_test.go - About 4 hrs to fix

    There are no issues that match your filters.

    Category
    Status