Skip to content

Commit

Permalink
snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
jjbayer committed Jun 4, 2024
1 parent 84224e9 commit d97f11e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions relay-event-normalization/src/normalize/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1706,14 +1706,14 @@ mod tests {
timestamp: ~,
start_timestamp: ~,
exclusive_time: ~,
description: ~,
op: "app_start_cold",
span_id: ~,
parent_span_id: ~,
trace_id: ~,
segment_id: ~,
is_segment: ~,
status: ~,
description: ~,
tags: ~,
origin: ~,
profile_id: ~,
Expand Down Expand Up @@ -1751,14 +1751,14 @@ mod tests {
timestamp: ~,
start_timestamp: ~,
exclusive_time: ~,
description: ~,
op: "app.start.cold",
span_id: ~,
parent_span_id: ~,
trace_id: ~,
segment_id: ~,
is_segment: ~,
status: ~,
description: ~,
tags: ~,
origin: ~,
profile_id: ~,
Expand Down Expand Up @@ -1796,14 +1796,14 @@ mod tests {
timestamp: ~,
start_timestamp: ~,
exclusive_time: ~,
description: ~,
op: "app.start.warm",
span_id: ~,
parent_span_id: ~,
trace_id: ~,
segment_id: ~,
is_segment: ~,
status: ~,
description: ~,
tags: ~,
origin: ~,
profile_id: ~,
Expand Down

0 comments on commit d97f11e

Please sign in to comment.