add space after comma to GitAdapterTest

git-svn-id: http://svn.redmine.org/redmine/trunk@19952 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2020-08-07 12:43:15 +00:00
parent 615187ab20
commit e0d81a8726

View File

@@ -134,7 +134,7 @@ class GitAdapterTest < ActiveSupport::TestCase
def test_revisions_master_all
revs1 = []
@adapter.revisions('', nil, "master",{}) do |rev|
@adapter.revisions('', nil, "master", {}) do |rev|
revs1 << rev
end
assert_equal 15, revs1.length
@@ -186,7 +186,7 @@ class GitAdapterTest < ActiveSupport::TestCase
def test_revisions_branch_latin_1_path_encoding_all
revs1 = []
@adapter.revisions('', nil, "latin-1-path-encoding",{}) do |rev|
@adapter.revisions('', nil, "latin-1-path-encoding", {}) do |rev|
revs1 << rev
end
assert_equal 8, revs1.length