Skip to content

Commit

Permalink
Fix mbtiles metadata test (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
pka committed Aug 17, 2024
1 parent 2e4c222 commit 7373462
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t-rex-service/src/metadata.rs
Original file line number Diff line number Diff line change
Expand Up @@ -484,8 +484,8 @@ fn test_mbtiles_metadata() {
let expected = r#"{
"attribution": "",
"basename": "osm",
"bounds": "[-180.0,-90.0,180.0,90.0]",
"center": "[0.0,0.0,2]",
"bounds": "-180.0,-90.0,180.0,90.0",
"center": "0.0,0.0,2",
"description": "osm",
"format": "pbf",
"id": "osm",
Expand Down

0 comments on commit 7373462

Please sign in to comment.