Skip to content

Commit

Permalink
test: add no capture for name log
Browse files Browse the repository at this point in the history
  • Loading branch information
oneofthezombies committed Feb 12, 2024
1 parent 34dd984 commit c8f8ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/libs/kill_tree/tests/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ fn kill_tree_default() {
} => {
assert_eq!(*process_id, target_process_id);
assert_eq!(*parent_process_id, std::process::id());
println!("name: {}", name);
println!("name: {name}");
assert!(name.starts_with("node"));
}
kill_tree::Output::MaybeAlreadyTerminated { .. } => {
Expand Down

0 comments on commit c8f8ae2

Please sign in to comment.