Skip to content

Commit

Permalink
Fix import order for collector-test (#158)
Browse files Browse the repository at this point in the history
Signed-off-by: Juraci Paixão Kröhling <[email protected]>
  • Loading branch information
jpkrohling authored Dec 5, 2018
1 parent 893144d commit a4664ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/deployment/collector_test.go
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
package deployment

import (
"testing"

"github.com/spf13/viper"
"github.com/stretchr/testify/assert"
"k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/api/resource"
"testing"

"github.com/jaegertracing/jaeger-operator/pkg/apis/io/v1alpha1"
)
Expand Down

0 comments on commit a4664ca

Please sign in to comment.