fix source indents of MercurialAdapterTest

git-svn-id: http://svn.redmine.org/redmine/trunk@19761 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2020-05-08 12:25:08 +00:00
parent 56a74a32b7
commit 14f0215dbf

View File

@@ -425,14 +425,14 @@ class MercurialAdapterTest < ActiveSupport::TestCase
end end
def test_nodes_in_branch def test_nodes_in_branch
[ [
'default', 'default',
@branch_char_1, @branch_char_1,
'branch (1)[2]&,%.-3_4', 'branch (1)[2]&,%.-3_4',
@branch_char_0, @branch_char_0,
'test_branch.latin-1', 'test_branch.latin-1',
'test-branch-00', 'test-branch-00',
] ]
.each do |branch| .each do |branch|
nib0 = @adapter.nodes_in_branch(branch) nib0 = @adapter.nodes_in_branch(branch)
assert nib0 assert nib0