Skip to content

Commit 6076314

Browse files
committed
editoast: fix editoast lint error
1 parent cafa155 commit 6076314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editoast/src/models/train_schedule.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ mod tests {
829829

830830
let paced_train = create_paced_train(vec![]);
831831
let occurrences: Vec<_> = paced_train
832-
.iter_occurrences_v2(&vec![exception_1.clone()])
832+
.iter_occurrences_v2(&[exception_1.clone()])
833833
.collect();
834834

835835
assert_eq!(occurrences.len(), 4);

0 commit comments

Comments
 (0)