waku-org/go-waku

View on GitHub
waku/v2/rendezvous/rendezvous_test.go

Summary

Maintainability
A
1 hr
Test Coverage

Function TestRendezvous has 57 lines of code (exceeds 50 allowed). Consider refactoring.
Open

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

    port1, err := tests.FindFreePort(t, "", 5)
Severity: Minor
Found in waku/v2/rendezvous/rendezvous_test.go - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status