mirror of
https://github.com/meineerde/redmine.git
synced 2026-03-29 20:21:11 +00:00
cleanup: rubocop: fix Layout/ClosingParenthesisIndentation in test/unit/project_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@19265 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
923a67595e
commit
2a5eb0fb3b
@ -1077,7 +1077,7 @@ class ProjectTest < ActiveSupport::TestCase
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
user
|
user
|
||||||
)
|
)
|
||||||
assert_equal 'valuea', project.custom_field_value(cf1)
|
assert_equal 'valuea', project.custom_field_value(cf1)
|
||||||
assert_nil project.custom_field_value(cf2)
|
assert_nil project.custom_field_value(cf2)
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user