diff --git a/internal/log/zap_log_test.go b/internal/log/zap_log_test.go index 8b0699c841..b167ea9557 100644 --- a/internal/log/zap_log_test.go +++ b/internal/log/zap_log_test.go @@ -198,7 +198,6 @@ func TestRotateLog(t *testing.T) { writeSize int expectedFileNum int }{ - {"test default max size", 0, defaultLogMaxSize * 1024 * 1024, 2}, {"test limited max size", 1, 1 * 1024 * 1024, 2}, } for _, c := range cases {