Skip to content

Commit

Permalink
Fix conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
VianneyRuhlmann committed Feb 21, 2025
1 parent e2a56ee commit f27b214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-pipeline/src/trace_exporter/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1811,7 +1811,7 @@ mod tests {
.build()
.unwrap();

let trace_chunk = vec![Span {
let trace_chunk = vec![SpanBytes {
duration: 10,
..Default::default()
}];
Expand Down

0 comments on commit f27b214

Please sign in to comment.