mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-20 15:31:12 +00:00
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:
parent
ead5d6b29a
commit
58a5f38cee
@ -322,7 +322,8 @@ class VersionTest < ActiveSupport::TestCase
|
||||
assert_nil version.custom_field_value(cf2)
|
||||
version.send(
|
||||
:safe_attributes=,
|
||||
{'custom_fields' =>
|
||||
{
|
||||
'custom_fields' =>
|
||||
[
|
||||
{'id' => cf1.id.to_s, 'value' => 'valuea'},
|
||||
{'id' => cf2.id.to_s, 'value' => 'valueb'}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user