Skip to content

Commit

Permalink
test: test load prepared
Browse files Browse the repository at this point in the history
  • Loading branch information
gauteh committed Aug 16, 2024
1 parent c192eb4 commit 9a6268b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/shapes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,11 @@ mod tests {
})
}

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

#[cfg(feature = "nightly")]
mod benches {
use super::*;
Expand Down

0 comments on commit 9a6268b

Please sign in to comment.