mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-11 22:14:02 +01:00
console/database: fix comment
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user