summaryrefslogtreecommitdiffstats
path: root/test/functional/issues_controller_test.rb
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2023-11-16 08:16:29 +0000
committerGo MAEDA <maeda@farend.jp>2023-11-16 08:16:29 +0000
commit07b28d3e8953706df843bfa4431acf8857240b26 (patch)
tree4630ca46e063473ab7b08eff6583347f4ab070d5 /test/functional/issues_controller_test.rb
parent01e96712919c5260726961735efe2c0e2fe292b9 (diff)
downloadredmine-07b28d3e8953706df843bfa4431acf8857240b26.tar.gz
redmine-07b28d3e8953706df843bfa4431acf8857240b26.zip
Fix RuboCop offense Layout/SpaceAfterComma due to r22418 (#39534).
git-svn-id: https://svn.redmine.org/redmine/trunk@22435 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/functional/issues_controller_test.rb')
-rw-r--r--test/functional/issues_controller_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/issues_controller_test.rb b/test/functional/issues_controller_test.rb
index 341a508fa..ee477dffa 100644
--- a/test/functional/issues_controller_test.rb
+++ b/test/functional/issues_controller_test.rb
@@ -1199,7 +1199,7 @@ class IssuesControllerTest < Redmine::ControllerTest
create!(
:name => 'Long text', :field_format => 'text',
:full_width_layout => '1',
- :tracker_ids => [1,3], :is_for_all => true
+ :tracker_ids => [1, 3], :is_for_all => true
)
issue = Issue.find(1)
issue.custom_field_values = {field.id => 'This is a long text'}