Skip to content

Commit 952f5c7

Browse files
committed
test: fix otel import ordering
1 parent fad2fb1 commit 952f5c7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

cmd/root/otel_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ package root
33
import (
44
"testing"
55

6-
semconv "go.opentelemetry.io/otel/semconv/v1.40.0"
7-
86
"github.com/stretchr/testify/assert"
97
"github.com/stretchr/testify/require"
8+
semconv "go.opentelemetry.io/otel/semconv/v1.40.0"
109
)
1110

1211
func TestNewOTelResourceUsesCurrentSchemaURL(t *testing.T) {

0 commit comments

Comments
 (0)