]> git.openstreetmap.org Git - rails.git/commitdiff
Fix new rubocop warnings
authorTom Hughes <tom@compton.nu>
Tue, 18 Jul 2023 17:27:06 +0000 (18:27 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 18 Jul 2023 17:27:06 +0000 (18:27 +0100)
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