Skip to content

Commit 38a3c97

Browse files
committed
fix imports
1 parent 964c00b commit 38a3c97

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x-pack/filebeat/fbreceiver/receiver_leak_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import (
1111
"testing"
1212
"time"
1313

14-
"github.com/elastic/beats/v7/x-pack/otel/oteltest"
1514
"github.com/stretchr/testify/assert"
1615
"github.com/stretchr/testify/require"
1716
"go.opentelemetry.io/collector/component"
@@ -21,6 +20,8 @@ import (
2120
"go.uber.org/zap"
2221
"go.uber.org/zap/zapcore"
2322
"go.uber.org/zap/zaptest/observer"
23+
24+
"github.com/elastic/beats/v7/x-pack/otel/oteltest"
2425
)
2526

2627
func TestLeak(t *testing.T) {

0 commit comments

Comments
 (0)