Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
TadaTeruki committed Sep 9, 2024
1 parent 7dcbcf4 commit f9d5e3e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nusamai/src/source/citygml.rs
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,9 @@ mod tests {

#[test]
fn crs_from_filename() {
assert_eq!(query_crs_from_filename(&PathBuf::from("dummy_dummy_1234_dummy.gml")), Some(1234));
assert_eq!(
query_crs_from_filename(&PathBuf::from("dummy_dummy_1234_dummy.gml")),
Some(1234)
);
}
}

0 comments on commit f9d5e3e

Please sign in to comment.