Skip to content

Commit

Permalink
[chore] Fix imports (#13402)
Browse files Browse the repository at this point in the history
Fix imports
  • Loading branch information
TylerHelmuth authored Aug 17, 2022
1 parent 6861752 commit 2892f12
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions extension/storage/storagetest/extension_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,11 @@ import (
"context"
"testing"

"github.com/stretchr/testify/require"
"go.opentelemetry.io/collector/component"
"go.opentelemetry.io/collector/component/componenttest"
"go.opentelemetry.io/collector/config"
"go.opentelemetry.io/collector/extension/experimental/storage"

"github.com/stretchr/testify/require"
)

func TestInMemoryLifecycle(t *testing.T) {
Expand Down
3 changes: 1 addition & 2 deletions extension/storage/storagetest/host_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ package storagetest
import (
"testing"

"go.opentelemetry.io/collector/config"

"github.com/stretchr/testify/require"
"go.opentelemetry.io/collector/config"
)

func TestStorageHostWithNone(t *testing.T) {
Expand Down
1 change: 0 additions & 1 deletion pkg/stanza/adapter/mocks_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import (
"time"

"go.opentelemetry.io/collector/component"

"go.opentelemetry.io/collector/config"
"go.opentelemetry.io/collector/consumer/consumertest"
"go.opentelemetry.io/collector/pdata/plog"
Expand Down

0 comments on commit 2892f12

Please sign in to comment.