X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/de32b1cf60d3b24776e5d9caaccdd48aa3d81063..c70a1fe9334cf8978ae254d712a8e445e2fa1996:/test/controllers/user_controller_test.rb diff --git a/test/controllers/user_controller_test.rb b/test/controllers/user_controller_test.rb index 6a2769f17..8c3b8adcd 100644 --- a/test/controllers/user_controller_test.rb +++ b/test/controllers/user_controller_test.rb @@ -1334,7 +1334,7 @@ class UserControllerTest < ActionController::TestCase get :list, :page => 3 assert_response :success assert_template :list - assert_select "table#user_list tr", :count => 22 + assert_select "table#user_list tr", :count => 23 end def test_list_post_confirm