status-im/status-go

View on GitHub
account/accounts_test.go

Summary

Maintainability
A
40 mins
Test Coverage

Consider simplifying this complex logical expression.
Open

        if testCase.expectedError != nil && err != nil && testCase.expectedError.Error() != err.Error() ||
            ((testCase.expectedError == nil || err == nil) && testCase.expectedError != err) {
Severity: Major
Found in account/accounts_test.go - About 40 mins to fix

    There are no issues that match your filters.

    Category
    Status