Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'internal/git2go/apply_test.go')
-rw-r--r--internal/git2go/apply_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/git2go/apply_test.go b/internal/git2go/apply_test.go
index 17aadd76d..47bcd39e2 100644
--- a/internal/git2go/apply_test.go
+++ b/internal/git2go/apply_test.go
@@ -19,7 +19,7 @@ func TestExecutor_Apply(t *testing.T) {
cfg := testcfg.Build(t)
testhelper.ConfigureGitalyGit2GoBin(t, cfg)
- repoProto, repoPath, cleanup := gittest.InitBareRepoAt(t, cfg.Storages[0])
+ repoProto, repoPath, cleanup := gittest.InitBareRepoAt(t, cfg, cfg.Storages[0])
t.Cleanup(cleanup)
repo := localrepo.New(git.NewExecCommandFactory(cfg), repoProto, cfg)