X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/ef7f3d800cbdd49b692df10d312e5fd880e2e938..baf10cd39289cd7e94a819305e46f43e85a136c6:/test/lib/bounding_box_test.rb?ds=sidebyside diff --git a/test/lib/bounding_box_test.rb b/test/lib/bounding_box_test.rb index eff48655c..bd2d6fec6 100644 --- a/test/lib/bounding_box_test.rb +++ b/test/lib/bounding_box_test.rb @@ -144,7 +144,6 @@ class BoundingBoxTest < ActiveSupport::TestCase end def test_expand_max_lat_with_margin - bbox = @bbox_expand @expand_max_lat_array.each_with_index do |array_string, index| check_expand(@bbox_expand_minus_two, array_string, 1, @expand_max_lat_margin_response[index]) end