diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2020-12-03 13:19:17 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2020-12-03 13:19:17 +0000 |
commit | 061a68e46647daa6a13d221f7fba2669665f2ec6 (patch) | |
tree | 1f50efa6b4f413ea2c4d69e20900e69fc386b4a2 /test/integration/api_test | |
parent | ae967251ecc81ad62987d8bea94f78c9387272ac (diff) | |
download | redmine-061a68e46647daa6a13d221f7fba2669665f2ec6.tar.gz redmine-061a68e46647daa6a13d221f7fba2669665f2ec6.zip |
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
Diffstat (limited to 'test/integration/api_test')
-rw-r--r-- | test/integration/api_test/issues_test.rb | 4 |
1 files changed, 2 insertions, 2 deletions
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 |