mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Fix test
This commit is contained in:
parent
2d5f4d472a
commit
b863d12992
@ -20,7 +20,7 @@ mod tests {
|
||||
|
||||
#[test]
|
||||
fn test_tiles_available() {
|
||||
assert!(get_tile((0, 0, 0).into()).is_none()); // World overview
|
||||
assert!(get_tile((2179, 1421, 12).into()).is_some()); // Maxvorstadt Munich
|
||||
assert!(get_tile(&(0, 0, 0).into()).is_none()); // World overview
|
||||
assert!(get_tile(&(2179, 1421, 12).into()).is_some()); // Maxvorstadt Munich
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user