Skip to content

Commit

Permalink
finishing step
Browse files Browse the repository at this point in the history
Signed-off-by: Manik2708 <[email protected]>
  • Loading branch information
Manik2708 committed Jan 7, 2025
1 parent 2e42c86 commit 97c4020
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugin/storage/integration/es_storage_integration.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@ func (s *ESStorageIntegration) initSpanstore(t *testing.T, allTagsAsFields bool)
dependencyReader, err := f.CreateDependencyReader()
require.NoError(t, err)
s.DependencyReader = v1adapter.NewDependencyReader(dependencyReader)
s.DependencyWriter = s.DependencyReader.(dependencystore.Writer)

s.DependencyWriter = dependencyReader.(dependencystore.Writer)

s.SamplingStore, err = f.CreateSamplingStore(1)
require.NoError(t, err)
Expand Down

0 comments on commit 97c4020

Please sign in to comment.