Skip to content

Commit cf2f3fa

Browse files
Update src/components/commitlist.rs
Co-authored-by: vlad-anger <95309242+vlad-anger@users.noreply.github.com>
1 parent 16c45d3 commit cf2f3fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/commitlist.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1016,7 +1016,7 @@ mod tests {
10161016
fn test_copy_commit_one_marked() {
10171017
let cl = build_commit_list_with_some_commits();
10181018
let cl = CommitList {
1019-
marked: build_marked_from_indices(&cl, &vec![3]),
1019+
marked: build_marked_from_indices(&cl, &[3]),
10201020
..cl
10211021
};
10221022
assert_eq!(

0 commit comments

Comments
 (0)