Bnei-Baruch/mdb

View on GitHub
api/repo_test.go

Summary

Maintainability
A
2 hrs
Test Coverage

Method RepoSuite.TestCreateFile has 87 lines of code (exceeds 50 allowed). Consider refactoring.
Open

func (suite *RepoSuite) TestCreateFile() {
    // test minimal input
    f := File{
        FileName:  "file_name",
        CreatedAt: &Timestamp{time.Now()},
Severity: Major
Found in api/repo_test.go - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status