Commit 3da63dc0 authored by Robert Speicher's avatar Robert Speicher

Merge branch 'da-update-gitaly-server' into 'master'

Update Gitlay server version to 0.121.0

See merge request gitlab-org/gitlab-ce!21725
parents 5bdaf516 5d8e41fd
...@@ -1752,7 +1752,7 @@ describe Gitlab::Git::Repository, :seed_helper do ...@@ -1752,7 +1752,7 @@ describe Gitlab::Git::Repository, :seed_helper do
describe '#checksum' do describe '#checksum' do
it 'calculates the checksum for non-empty repo' do it 'calculates the checksum for non-empty repo' do
expect(repository.checksum).to eq '4be7d24ce7e8d845502d599b72d567d23e6a40c0' expect(repository.checksum).to eq '51d0a9662681f93e1fee547a6b7ba2bcaf716059'
end end
it 'returns 0000000000000000000000000000000000000000 for an empty repo' do it 'returns 0000000000000000000000000000000000000000 for an empty repo' do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment