Skip to content

Commit

Permalink
Remove an unnecessary check
Browse files Browse the repository at this point in the history
  • Loading branch information
songy23 committed Jul 30, 2019
1 parent 2bc8eed commit 3c89415
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions processor/tailsampling/factory_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import (
"testing"

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

"github.com/open-telemetry/opentelemetry-service/exporter/exportertest"
Expand All @@ -27,7 +26,6 @@ import (

func TestCreateProcessor(t *testing.T) {
factory := &Factory{}
require.NotNil(t, factory)

cfg := builder.NewDefaultTailBasedCfg()

Expand Down

0 comments on commit 3c89415

Please sign in to comment.