waku-org/go-waku

View on GitHub
waku/v2/protocol/noise/pairing_test.go

Summary

Maintainability
A
2 hrs
Test Coverage

Function TestPairingObj1Success has 80 lines of code (exceeds 50 allowed). Consider refactoring.
Open

func TestPairingObj1Success(t *testing.T) {
    host1, relay1 := createRelayNode(t)
    host2, relay2 := createRelayNode(t)

    defer host1.Close()
Severity: Major
Found in waku/v2/protocol/noise/pairing_test.go - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status