Skip to content

Commit

Permalink
chore: fixup
Browse files Browse the repository at this point in the history
Signed-off-by: moul <94029+moul@users.noreply.github.com>
  • Loading branch information
moul committed Sep 22, 2023
1 parent 968c04c commit 2bfdb20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tm2/pkg/db/db.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,5 @@ func NewDB(name string, backend BackendType, dir string) (DB, error) {
}
return db, nil
}

func untested() {}

Check warning on line 74 in tm2/pkg/db/db.go

View check run for this annotation

Codecov / codecov/patch

tm2/pkg/db/db.go#L74

Added line #L74 was not covered by tests

0 comments on commit 2bfdb20

Please sign in to comment.