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
c3ff031e3f
commit
77ad2851cc
@ -15,7 +15,9 @@ pub fn get_tile(x: u32, y: u32, z: u32) -> Option<&'static File<'static>> {
|
||||
TILES.get_file(format!("{}/{}/{}.{}", z, x, y, "pbf"))
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::get_tile;
|
||||
|
||||
#[test]
|
||||
fn test_tiles_available() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user