waku-org/go-waku

View on GitHub
cmd/waku/server/rest/legacy_store_test.go

Summary

Maintainability
A
1 hr
Test Coverage

Function TestGetMessages has 56 lines of code (exceeds 50 allowed). Consider refactoring.
Open

func TestGetMessages(t *testing.T) {

    db := MemoryDB(t)

    node1, err := node.New(node.WithWakuStore(), node.WithMessageProvider(db))
Severity: Minor
Found in cmd/waku/server/rest/legacy_store_test.go - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status