Skip to content
Snippets Groups Projects
Commit 51ceacb1 authored by Robert Speicher's avatar Robert Speicher
Browse files

Add missing third argument to `Git::Repository#initialize` in spec

parent c15ee528
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -980,7 +980,7 @@ describe Gitlab::Git::Repository, seed_helper: true do
 
context 'with local and remote branches' do
let(:repository) do
Gitlab::Git::Repository.new('default', File.join(TEST_MUTABLE_REPO_PATH, '.git'))
Gitlab::Git::Repository.new('default', File.join(TEST_MUTABLE_REPO_PATH, '.git'), '')
end
 
before do
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment