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/gitaly/partition_manager_test.go')
-rw-r--r--internal/gitaly/partition_manager_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/gitaly/partition_manager_test.go b/internal/gitaly/partition_manager_test.go
index aeb26f7e3..39e3e14f3 100644
--- a/internal/gitaly/partition_manager_test.go
+++ b/internal/gitaly/partition_manager_test.go
@@ -433,7 +433,7 @@ func TestPartitionManager(t *testing.T) {
stagingDir := filepath.Join(t.TempDir(), "staging")
require.NoError(t, os.Mkdir(stagingDir, perm.PrivateDir))
- partitionManager := NewPartitionManager(database, cfg.Storages, localRepoFactory, logrus.StandardLogger(), stagingDir)
+ partitionManager := NewPartitionManager(database, cfg.Storages, localRepoFactory, cmdFactory, logrus.StandardLogger(), stagingDir)
defer func() {
partitionManager.Stop()
// Assert all staging directories have been removed.