Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
ChocPanda committed Jan 16, 2025
1 parent 1364e27 commit 2042736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sinks/gcp_chronicle/udm_events/sink.rs
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ mod integration_tests {
let generator = move |_| {
serde_json::from_str(&udm_event_line())
.map(|event: serde_json::Value| event.as_object().unwrap())
.map(LogEvent::from_map)
.map(LogEvent::from)
.map(Event::from)
};
let lines = (0..len).map(generator).collect::<Vec<_>>();
Expand Down

0 comments on commit 2042736

Please sign in to comment.