]> git.openstreetmap.org Git - rails.git/blobdiff - test/controllers/api/changesets_controller_test.rb
Fix new rubocop warnings
[rails.git] / test / controllers / api / changesets_controller_test.rb
index 979b5d8af9db0028ae395dd15fc9bd39b98a7ff1..cb82b5664b5a7638ddadb29cb250480e40e78b38 100644 (file)
@@ -272,7 +272,7 @@ module Api
       js = ActiveSupport::JSON.decode(@response.body)
       assert_not_nil js
       assert_equal(-5, js["changeset"]["min_lat"])
-      assert_equal  5, js["changeset"]["min_lon"]
+      assert_equal 5, js["changeset"]["min_lon"]
       assert_equal 15, js["changeset"]["max_lat"]
       assert_equal 12, js["changeset"]["max_lon"]
     end