X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/a182820139de22196d7f30e06047a81afc7323f5..89f8f7af3539588c234496dd769f9042199bd248:/test/models/way_test.rb diff --git a/test/models/way_test.rb b/test/models/way_test.rb index fb37be1b4..3c44f2f26 100644 --- a/test/models/way_test.rb +++ b/test/models/way_test.rb @@ -29,7 +29,7 @@ class WayTest < ActiveSupport::TestCase # Take one of the current ways and add nodes to it until we are near the limit assert way.valid? # it already has 1 node - 1.upto(MAX_NUMBER_OF_WAY_NODES / 2) do + 1.upto(Settings.max_number_of_way_nodes / 2) do way.add_nd_num(node_a.id) way.add_nd_num(node_b.id) end