synapsecns/sanguine

View on GitHub
core/bytes_test.go

Summary

Maintainability
A
1 hr
Test Coverage

Function TestBytesToJSONString has 55 lines of code (exceeds 50 allowed). Consider refactoring.
Open

func TestBytesToJSONString(t *testing.T) {
    tests := []struct {
        name      string
        input     []byte
        want      string
Severity: Minor
Found in core/bytes_test.go - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status