Skip to content

Commit

Permalink
Fix import order on config_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulo Janotti committed Aug 2, 2019
1 parent c982293 commit f3a81ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exporter/jaeger/jaegergrpcexporter/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ import (
"path"
"testing"

"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"go.uber.org/zap"

"github.com/open-telemetry/opentelemetry-service/config"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
)

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

0 comments on commit f3a81ef

Please sign in to comment.