Fix log format bug

This commit is contained in:
Ming Deng
2021-02-05 22:26:52 +08:00
parent f9ee9099a8
commit cec95bb6d0
7 changed files with 16 additions and 4 deletions

View File

@@ -18,9 +18,10 @@ import (
"testing"
"github.com/stretchr/testify/assert"
)
func TestBeeLogger_DelLogger(t *testing.T) {
func TestBeeLoggerDelLogger(t *testing.T) {
prefix := "My-Cus"
l := GetLogger(prefix)
assert.NotNil(t, l)