Skip to content

Commit

Permalink
fix prep geom test
Browse files Browse the repository at this point in the history
  • Loading branch information
gauteh committed Aug 16, 2024
1 parent b25a10a commit 7494120
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/shapes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,8 @@ mod tests {

#[test]
fn prepare_geometry() {
let geom = Gshhg::from_geom(Gshhg::geom_from_embedded().unwrap()).unwrap();
let geom = Gshhg::geom_from_embedded().unwrap();
let prep = PreparedGeometry::from(geom);
}

#[cfg(feature = "nightly")]
Expand Down

0 comments on commit 7494120

Please sign in to comment.