mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-24 01:11:12 +00:00
cleanup: rubocop: fix Layout/ClosingParenthesisIndentation in test/unit/lib/redmine/scm/adapters/subversion_adapter_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@19156 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
9a8d820994
commit
50bd8be81b
@ -45,9 +45,8 @@ class SubversionAdapterTest < ActiveSupport::TestCase
|
||||
end
|
||||
|
||||
def test_info_nil
|
||||
adpt = Redmine::Scm::Adapters::SubversionAdapter.new(
|
||||
"file:///invalid/invalid/"
|
||||
)
|
||||
adpt = Redmine::Scm::Adapters::SubversionAdapter.
|
||||
new("file:///invalid/invalid/")
|
||||
assert_nil adpt.info
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user