synapsecns/sanguine

View on GitHub
core/dockerutil/docker_test.go

Summary

Maintainability
A
35 mins
Test Coverage

Function testContainer has 5 return statements (exceeds 4 allowed).
Open

func testContainer(ctx context.Context, tb testing.TB) processlog.LogMetadata {
    tb.Helper()

    pool, err := dockertest.NewPool("")
    assert.Nil(tb, err)
Severity: Major
Found in core/dockerutil/docker_test.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status