fix UT case for package glog

This commit is contained in:
John Guo
2022-03-15 10:15:46 +08:00
parent dccfc1c8cd
commit 60340a7348

View File

@ -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) {