fix source indent of test/unit/version_test.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@20206 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2020-10-27 15:18:09 +00:00
parent ead5d6b29a
commit 58a5f38cee

View File

@@ -322,11 +322,12 @@ class VersionTest < ActiveSupport::TestCase
assert_nil version.custom_field_value(cf2)
version.send(
:safe_attributes=,
{'custom_fields' =>
[
{'id' => cf1.id.to_s, 'value' => 'valuea'},
{'id' => cf2.id.to_s, 'value' => 'valueb'}
]
{
'custom_fields' =>
[
{'id' => cf1.id.to_s, 'value' => 'valuea'},
{'id' => cf2.id.to_s, 'value' => 'valueb'}
]
},
user
)