console/database: fix comment

This commit is contained in:
Vincent Bernat
2025-11-30 07:04:08 +01:00
parent e5c93a1963
commit 1938d78329

View File

@@ -12,7 +12,7 @@ import (
"akvorado/common/reporter" "akvorado/common/reporter"
) )
// NewMock instantiantes a new authentication component // NewMock instantiantes a new database component
func NewMock(t *testing.T, r *reporter.Reporter, config Configuration) *Component { func NewMock(t *testing.T, r *reporter.Reporter, config Configuration) *Component {
t.Helper() t.Helper()
c, err := New(r, config) c, err := New(r, config)