Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
pront committed Sep 3, 2024
1 parent 0709396 commit c3acf89
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/vector-core/src/event/test/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,14 @@ fn event_iteration() {
assert_eq!(
all,
vec![
("Ke$ha".into(), "It's going down, I'm yelling timber".into()),
(
"Pitbull".into(),
"The bigger they are, the harder they fall".into()
),
(
"\"Ke$ha\"".into(),
"It's going down, I'm yelling timber".into()
),
]
.into_iter()
.collect::<HashSet<_>>()
Expand Down

0 comments on commit c3acf89

Please sign in to comment.