From: Toshi MARUYAMA Date: Thu, 3 Dec 2020 13:19:17 +0000 (+0000) Subject: fix source indent of test/integration/api_test/issues_test.rb X-Git-Tag: 4.2.0~267 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=061a68e46647daa6a13d221f7fba2669665f2ec6;p=redmine.git fix source indent of test/integration/api_test/issues_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@20551 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/test/integration/api_test/issues_test.rb b/test/integration/api_test/issues_test.rb index af49e4e65..9ca9fd003 100644 --- a/test/integration/api_test/issues_test.rb +++ b/test/integration/api_test/issues_test.rb @@ -119,7 +119,7 @@ class Redmine::ApiTest::IssuesTest < Redmine::ApiTest::Base where(:custom_values => {:custom_field_id => 1, :value => 'MySQL'}).map(&:id) assert expected_ids.any? assert_select 'issues > issue > id', :count => expected_ids.count do |ids| - ids.each {|id| assert expected_ids.delete(id.children.first.content.to_i)} + ids.each {|id| assert expected_ids.delete(id.children.first.content.to_i)} end end @@ -183,7 +183,7 @@ class Redmine::ApiTest::IssuesTest < Redmine::ApiTest::Base assert expected_ids.any? assert_select 'issues > issue > id', :count => expected_ids.count do |ids| - ids.each {|id| assert expected_ids.delete(id.children.first.content.to_i)} + ids.each {|id| assert expected_ids.delete(id.children.first.content.to_i)} end end