Skip to content

Commit e4c934b

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

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
@@ -1031,7 +1031,7 @@ mod tests {
10311031
fn test_copy_commit_range_marked() {
10321032
let cl = build_commit_list_with_some_commits();
10331033
let cl = CommitList {
1034-
marked: build_marked_from_indices(&cl, &vec![4, 5, 6, 7]),
1034+
marked: build_marked_from_indices(&cl, &[4, 5, 6, 7]),
10351035
..cl
10361036
};
10371037
assert_eq!(

0 commit comments

Comments
 (0)