mirror of
https://github.com/redmine/redmine.git
synced 2025-11-13 08:46:01 +01:00
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:
@@ -127,11 +127,14 @@ class GitAdapterTest < ActiveSupport::TestCase
|
||||
end
|
||||
|
||||
def test_tags
|
||||
assert_equal [
|
||||
assert_equal(
|
||||
[
|
||||
"tag00.lightweight",
|
||||
"tag01.annotated",
|
||||
"tag02.lightweight.#{@char_1}.01",
|
||||
], @adapter.tags
|
||||
],
|
||||
@adapter.tags
|
||||
)
|
||||
end
|
||||
|
||||
def test_revisions_master_all
|
||||
|
||||
Reference in New Issue
Block a user