We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fad2fb1 commit 952f5c7Copy full SHA for 952f5c7
1 file changed
cmd/root/otel_test.go
@@ -3,10 +3,9 @@ package root
3
import (
4
"testing"
5
6
- semconv "go.opentelemetry.io/otel/semconv/v1.40.0"
7
-
8
"github.com/stretchr/testify/assert"
9
"github.com/stretchr/testify/require"
+ semconv "go.opentelemetry.io/otel/semconv/v1.40.0"
10
)
11
12
func TestNewOTelResourceUsesCurrentSchemaURL(t *testing.T) {
0 commit comments