Skip to content

Commit

Permalink
[chore] Remove debug line from a test (#10261)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitryax committed May 30, 2024
1 parent 8606327 commit 97c714e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions exporter/exporterhelper/batch_sender_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ package exporterhelper // import "go.opentelemetry.io/collector/exporter/exporte
import (
"context"
"errors"
"fmt"
"sync"
"testing"
"time"
Expand Down Expand Up @@ -181,8 +180,6 @@ func TestBatchSender_MergeOrSplit(t *testing.T) {
assert.Eventually(t, func() bool {
return sink.requestsCount.Load() == 5 && sink.itemsCount.Load() == 38
}, 50*time.Millisecond, 10*time.Millisecond)

fmt.Println("TestBatchSender_MergeOrSplit")
}

func TestBatchSender_Shutdown(t *testing.T) {
Expand Down

0 comments on commit 97c714e

Please sign in to comment.