Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Shkuro <[email protected]>
  • Loading branch information
yurishkuro committed Nov 28, 2024
1 parent 46d74b8 commit 20ce21c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion storage_v2/factoryadapter/factory_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import (

"github.com/stretchr/testify/require"

"github.com/jaegertracing/jaeger/pkg/telemetry"
"github.com/jaegertracing/jaeger/plugin/storage/grpc"
factoryMocks "github.com/jaegertracing/jaeger/storage/mocks"
spanstoreMocks "github.com/jaegertracing/jaeger/storage/spanstore/mocks"
Expand All @@ -32,7 +33,7 @@ func TestAdapterCloseNotOk(t *testing.T) {
}

func TestAdapterClose(t *testing.T) {
f := NewFactory(grpc.NewFactory())
f := NewFactory(grpc.NewFactory(telemetry.NoopSettings()))
require.NoError(t, f.Close(context.Background()))
}

Expand Down

0 comments on commit 20ce21c

Please sign in to comment.