Skip to content

Commit

Permalink
nits and rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiantia committed Jan 14, 2025
1 parent f668193 commit 7b43b35
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions kernel/src/actions/visitors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -661,11 +661,11 @@ mod tests {
assert_eq!(
remove_visitor.removes.len(),
1,
"Unexpected number of removal actions"
"Unexpected number of remove actions"
);
assert_eq!(
remove_visitor.removes[0], expected_remove,
"Unexpected removal action"
"Unexpected remove action"
);
}

Expand Down Expand Up @@ -700,11 +700,11 @@ mod tests {
assert_eq!(
remove_visitor.removes.len(),
1,
"Unexpected number of removal actions"
"Unexpected number of remove actions"
);
assert_eq!(
remove_visitor.removes[0], expected_remove,
"Unexpected removal action"
"Unexpected remove action"
);
}

Expand Down

0 comments on commit 7b43b35

Please sign in to comment.