diff --git a/service/worker/batcher/workflow_test.go b/service/worker/batcher/workflow_test.go index 69a00a7c4a8..a13a6f863e0 100644 --- a/service/worker/batcher/workflow_test.go +++ b/service/worker/batcher/workflow_test.go @@ -24,18 +24,20 @@ package batcher import ( "context" + "testing" + "github.com/golang/mock/gomock" "github.com/opentracing/opentracing-go" "github.com/stretchr/testify/mock" "github.com/stretchr/testify/suite" "github.com/uber-go/tally" + "go.uber.org/cadence/testsuite" + "go.uber.org/cadence/worker" + "github.com/uber/cadence/common" "github.com/uber/cadence/common/metrics" mmocks "github.com/uber/cadence/common/metrics/mocks" "github.com/uber/cadence/common/types" - "go.uber.org/cadence/testsuite" - "go.uber.org/cadence/worker" - "testing" ) type workflowSuite struct {