* fix #1883 * fix #1883 Co-authored-by: 杨羽 <yangyu@doumi.com>
This commit is contained in:
13
util/log/log_test.go
Normal file
13
util/log/log_test.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package log
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestDebug(t *testing.T) {
|
||||
SetLevel(LevelDebug)
|
||||
Debug(123)
|
||||
}
|
||||
func TestMain(m *testing.M) {
|
||||
m.Run()
|
||||
}
|
Reference in New Issue
Block a user