mirror of
https://gitee.com/johng/gf
synced 2026-06-06 02:25:47 +08:00
fix UT case for package glog
This commit is contained in:
@ -21,7 +21,7 @@ var arrayForHandlerTest1 = garray.NewStrArray()
|
||||
|
||||
func customHandler1(ctx context.Context, input *glog.HandlerInput) {
|
||||
arrayForHandlerTest1.Append(input.String(false))
|
||||
input.Next()
|
||||
input.Next(ctx)
|
||||
}
|
||||
|
||||
func TestLogger_SetHandlers1(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user