From 2487e24c908c55d8ba6ab2e763a0dc87e82bd98e Mon Sep 17 00:00:00 2001 From: Sergey Vartanov Date: Sun, 8 Aug 2021 11:11:32 +1000 Subject: [PATCH] Fix boundary box. --- ....093,10.070,46.097.osm => 10.067,46.093,10.070,46.096.osm} | 4 ++-- test/test_boundary_box.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename test/data/{10.066,46.093,10.070,46.097.osm => 10.067,46.093,10.070,46.096.osm} (83%) diff --git a/test/data/10.066,46.093,10.070,46.097.osm b/test/data/10.067,46.093,10.070,46.096.osm similarity index 83% rename from test/data/10.066,46.093,10.070,46.097.osm rename to test/data/10.067,46.093,10.070,46.096.osm index 607ae6c..7bb3ec3 100644 --- a/test/data/10.066,46.093,10.070,46.097.osm +++ b/test/data/10.067,46.093,10.070,46.096.osm @@ -1,6 +1,6 @@ - - + + diff --git a/test/test_boundary_box.py b/test/test_boundary_box.py index 859c9a1..88ff49a 100644 --- a/test/test_boundary_box.py +++ b/test/test_boundary_box.py @@ -21,4 +21,4 @@ def test_round_coordinates() -> None: 46.09513848390771, ).round() - assert box.get_format() == "10.066,46.093,10.070,46.097" + assert box.get_format() == "10.067,46.093,10.070,46.096"