Skip to content

Commit

Permalink
[chore] Remove debug line from a test (open-telemetry#10261)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitryax authored and steves-canva committed Jun 13, 2024
1 parent 1b02911 commit 0ed3bc3
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 0ed3bc3

Please sign in to comment.