Fixed SPN HUB using wrong instance

This commit is contained in:
Natanael Rodriguez Ramos
2025-04-10 17:12:06 +01:00
parent d828aacd0f
commit 38d49f43c9
4 changed files with 10 additions and 3 deletions

View File

@@ -55,7 +55,7 @@ func TestGet(t *testing.T) { //nolint:paralleltest
// reset
options = make(map[string]*Option)
err := log.Start()
err := log.Start("info", true, "")
if err != nil {
t.Fatal(err)
}