File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
test/unit/lib/redmine/scm/adapters Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ def test_info
86
86
repo_path = adp . info . root_url . gsub ( /\\ / , "/" )
87
87
assert_equal REPOSITORY_PATH , repo_path
88
88
assert_equal '39' , adp . info . lastrev . revision
89
- assert_equal '04aed9840e9266e535f5f20f7e42c9f9f84f9cf4' , adp . info . lastrev . scmid
89
+ assert_equal '04aed9840e9266e535f5f20f7e42c9f9f84f9cf4' , adp . info . lastrev . scmid
90
90
end
91
91
end
92
92
@@ -389,7 +389,7 @@ def test_branches
389
389
assert_equal 'c2ffe7da686aa3d956e59f2a2854cf8980a8b768' , branch . scmid
390
390
391
391
branch = branches [ -1 ]
392
- assert_equal 'test-branch-00' , branch . to_s
392
+ assert_equal 'test-branch-00' , branch . to_s
393
393
assert_equal '13' , branch . revision
394
394
assert_equal '3a330eb329586ea2adb3f83237c23310e744ebe9' , branch . scmid
395
395
end
You can’t perform that action at this time.
0 commit comments