We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 485a38c commit 03c6c04Copy full SHA for 03c6c04
filetreelist/src/filetree.rs
@@ -556,7 +556,7 @@ mod test {
556
557
tree.selection = Some(0);
558
assert!(tree.move_selection(MoveSelection::PageDown));
559
- assert_eq!(tree.selection, Some(2));
+ assert_eq!(tree.selection, Some(1));
560
561
assert_eq!(tree.selection, Some(4));
562
assert!(tree.move_selection(MoveSelection::PageUp));
0 commit comments