fix source indent of GitAdapterTest

git-svn-id: http://svn.redmine.org/redmine/trunk@19966 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2020-08-09 15:56:55 +00:00
parent ba2f6c0b0a
commit 764913632f

View File

@@ -127,11 +127,14 @@ class GitAdapterTest < ActiveSupport::TestCase
end
def test_tags
assert_equal [
"tag00.lightweight",
"tag01.annotated",
"tag02.lightweight.#{@char_1}.01",
], @adapter.tags
assert_equal(
[
"tag00.lightweight",
"tag01.annotated",
"tag02.lightweight.#{@char_1}.01",
],
@adapter.tags
)
end
def test_revisions_master_all