Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-sili committed Oct 15, 2024
1 parent ded40cf commit 412e1a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporter/exporterhelper/internal/queue_sender_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import (

"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"go.opentelemetry.io/otel/attribute"
"go.uber.org/zap"
"go.uber.org/zap/zaptest/observer"

Expand All @@ -24,7 +25,6 @@ import (
"go.opentelemetry.io/collector/exporter/internal"
"go.opentelemetry.io/collector/exporter/internal/queue"
"go.opentelemetry.io/collector/pipeline"
"go.opentelemetry.io/otel/attribute"
)

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

0 comments on commit 412e1a0

Please sign in to comment.