1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-03-03 15:53:05 +00:00

code clean up GitAdapterTest

git-svn-id: http://svn.redmine.org/redmine/trunk@18041 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2019-04-05 07:40:57 +00:00
parent ae0939952e
commit d9799f25a3

View File

@ -126,7 +126,7 @@ class GitAdapterTest < ActiveSupport::TestCase
assert_equal [
"tag00.lightweight",
"tag01.annotated",
"tag02.lightweight.#{@char_1}.01"
"tag02.lightweight.#{@char_1}.01",
], @adapter.tags
end