Skip to content

Commit

Permalink
codecov fix
Browse files Browse the repository at this point in the history
Signed-off-by: pushkarm029 <pushkarmishra029@gmail.com>
  • Loading branch information
Pushkarm029 committed May 21, 2024
1 parent df0bcea commit 2b8c074
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/sampling/strategystore/static/factory_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@ func TestFactory(t *testing.T) {
require.NoError(t, f.Initialize(metrics.NullFactory, nil, zap.NewNop()))
_, _, err := f.CreateStrategyStore()
require.NoError(t, err)
require.NoError(t, f.Close())
}

0 comments on commit 2b8c074

Please sign in to comment.