Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
flxoacn committed Jun 14, 2024
1 parent 4fdd587 commit 75d1b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ fn test_parse_fuchsia() {
let r = p.try_parse_str("[01086.023158][boot-drivers:dev][driver,platform_bus] INFO: [platform-bus.cc(292)] Boot Item ZBI_TYPE_SERIAL_NUMBER not found").unwrap();
assert_eq!(r.level, Level::Info);
assert_eq!(r.process, "boot-drivers:dev");
assert_eq!(r.thread, "driver,platform…");
assert_eq!(r.thread, "driver,platform_bus");
assert_eq!(
r.message,
"[platform-bus.cc(292)] Boot Item ZBI_TYPE_SERIAL_NUMBER not found"
Expand Down

0 comments on commit 75d1b1c

Please sign in to comment.