We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25575b3 commit 9823136Copy full SHA for 9823136
kernel/src/actions/visitors.rs
@@ -661,11 +661,11 @@ mod tests {
661
assert_eq!(
662
remove_visitor.removes.len(),
663
1,
664
- "Unexpected number of removal actions"
+ "Unexpected number of remove actions"
665
);
666
667
remove_visitor.removes[0], expected_remove,
668
- "Unexpected removal action"
+ "Unexpected remove action"
669
670
}
671
@@ -700,11 +700,11 @@ mod tests {
700
701
702
703
704
705
706
707
708
709
710
0 commit comments