Skip to content

Commit c84a410

Browse files
younesschrifitheocrsb
authored andcommitted
editoast: fix editoast lint error
1 parent 55951bb commit c84a410

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
@@ -823,7 +823,7 @@ mod tests {
823823

824824
let paced_train = create_paced_train(vec![]);
825825
let occurrences: Vec<_> = paced_train
826-
.iter_occurrences_v2(&vec![exception_1.clone()])
826+
.iter_occurrences_v2(&[exception_1.clone()])
827827
.collect();
828828

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

0 commit comments

Comments
 (0)