Skip to content

Commit 42262f8

Browse files
committed
Fixed test
Signed-off-by: Vishal Rana <[email protected]>
1 parent cc85b34 commit 42262f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

logging_test.go

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ func TestLogging(t *testing.T) {
3737
for _, level := range []string{DEBUG, INFO, WARN, ERROR} {
3838
l := NewClient("").Logging()
3939
l.Level = DEBUG
40-
l.BatchSize = 1
4140
switch level {
4241
case DEBUG:
4342
l.Debug("%s", DEBUG)

0 commit comments

Comments
 (0)