Skip to content

Commit 35265f8

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

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
@@ -1049,7 +1049,7 @@ mod tests {
10491049
fn test_copy_commit_random_marked() {
10501050
let cl = build_commit_list_with_some_commits();
10511051
let cl = CommitList {
1052-
marked: build_marked_from_indices(&cl, &vec![4, 7]),
1052+
marked: build_marked_from_indices(&cl, &[4, 7]),
10531053
..cl
10541054
};
10551055
assert_eq!(

0 commit comments

Comments
 (0)