summaryrefslogtreecommitdiffstats
path: root/test/unit/lib
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-04-05 07:40:57 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-04-05 07:40:57 +0000
commitd9799f25a31d6758823fb42102db7d9a062f43f3 (patch)
treef821ea24df5b472e5155afaf63e1e686a589cf5f /test/unit/lib
parentae0939952e66304c859337140c08c65c1bf238cb (diff)
downloadredmine-d9799f25a31d6758823fb42102db7d9a062f43f3.tar.gz
redmine-d9799f25a31d6758823fb42102db7d9a062f43f3.zip
code clean up GitAdapterTest
git-svn-id: http://svn.redmine.org/redmine/trunk@18041 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/unit/lib')
-rw-r--r--test/unit/lib/redmine/scm/adapters/git_adapter_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/lib/redmine/scm/adapters/git_adapter_test.rb b/test/unit/lib/redmine/scm/adapters/git_adapter_test.rb
index 0edd32152..e4cb756a2 100644
--- a/test/unit/lib/redmine/scm/adapters/git_adapter_test.rb
+++ b/test/unit/lib/redmine/scm/adapters/git_adapter_test.rb
@@ -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