Skip to content

Commit 16a952d

Browse files
author
root
committed
Fix tests
1 parent ae6e1a3 commit 16a952d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: spec/models/repository_xitolite_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777

7878
describe '#git_objects_count' do
7979
it 'should return repository objects count' do
80-
expect(RedmineGitHosting::Commands).to receive(:sudo_git_objects_count).with('repositories/redmine/project-parent/project-child.git')
80+
expect(RedmineGitHosting::Commands).to receive(:sudo_git_objects_count).with('repositories/redmine/project-parent/project-child.git/objects')
8181
@repository_1.git_objects_count
8282
end
8383
end

0 commit comments

Comments
 (0)