Skip to content

Commit

Permalink
test bug
Browse files Browse the repository at this point in the history
  • Loading branch information
robfitzgerald committed Dec 20, 2024
1 parent 3e08804 commit da5f4f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/routee-compass-core/src/model/map/spatial_index.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ mod test {
.join("rtree_query.json");

let vertices: Box<[Vertex]> =
read_utils::from_csv(&vertices_filepath.as_path(), true, None, None, None).unwrap();
read_utils::from_csv(&vertices_filepath.as_path(), true, None, None).unwrap();
let index = SpatialIndex::new_vertex_oriented(&vertices, None);

// test nearest neighbor queries perform as expected
Expand Down

0 comments on commit da5f4f0

Please sign in to comment.