]> git.openstreetmap.org Git - rails.git/blobdiff - test/lib/bounding_box_test.rb
Fix rubocop lint issues
[rails.git] / test / lib / bounding_box_test.rb
index eff48655cc495c992639a6d69670d67dd0e2246e..bd2d6fec637266f84e0ec3272656ddeb755678ee 100644 (file)
@@ -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