Skip to content

Commit acbd470

Browse files
committed
nits and rebase
1 parent acc4c0e commit acbd470

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

kernel/src/actions/visitors.rs

+4-4
Original file line numberDiff line numberDiff line change
@@ -661,11 +661,11 @@ mod tests {
661661
assert_eq!(
662662
remove_visitor.removes.len(),
663663
1,
664-
"Unexpected number of removal actions"
664+
"Unexpected number of remove actions"
665665
);
666666
assert_eq!(
667667
remove_visitor.removes[0], expected_remove,
668-
"Unexpected removal action"
668+
"Unexpected remove action"
669669
);
670670
}
671671

@@ -700,11 +700,11 @@ mod tests {
700700
assert_eq!(
701701
remove_visitor.removes.len(),
702702
1,
703-
"Unexpected number of removal actions"
703+
"Unexpected number of remove actions"
704704
);
705705
assert_eq!(
706706
remove_visitor.removes[0], expected_remove,
707-
"Unexpected removal action"
707+
"Unexpected remove action"
708708
);
709709
}
710710

0 commit comments

Comments
 (0)