fix source indent of RepositoryBazaarTest

git-svn-id: http://svn.redmine.org/redmine/trunk@19896 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2020-07-12 11:35:51 +00:00
parent adf7facc8a
commit d495c92f67

View File

@@ -275,12 +275,13 @@ class RepositoryBazaarTest < ActiveSupport::TestCase
private
def create_latin1_repo
repo = Repository::Bazaar.create(
repo = Repository::Bazaar.
create(
:project => @project,
:identifier => 'latin1',
:url => REPOSITORY_PATH_NON_ASCII,
:log_encoding => 'ISO-8859-1'
)
)
assert repo
repo
end