Skip to content

Commit

Permalink
Resolve merge conflict
Browse files Browse the repository at this point in the history
Signed-off-by: Emmanuel Emonueje Ebenezer <eebenezer949@gmail.com>
  • Loading branch information
ekefan committed Jan 13, 2025
1 parent 9446b4a commit 1febf80
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions plugin/storage/integration/integration.go
Original file line number Diff line number Diff line change
Expand Up @@ -203,14 +203,7 @@ func (s *StorageIntegration) testArchiveTrace(t *testing.T) {
},
}
require.NoError(t, s.ArchiveTraceWriter.WriteTraces(context.Background(), v1adapter.V1TraceToOtelTrace(expectedTrace)))
expectedTrace := &model.Trace{
Spans: []*model.Span{
expectedSpan,
},
}
require.NoError(t, s.ArchiveTraceWriter.WriteTraces(context.Background(), v1adapter.V1TraceToOtelTrace(expectedTrace)))

var actualTrace *model.Trace
var actualTrace *model.Trace
found := s.waitForCondition(t, func(_ *testing.T) bool {
var err error
Expand Down

0 comments on commit 1febf80

Please sign in to comment.