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 'cmd/gitaly-lfs-smudge/testhelper_test.go')
-rw-r--r--cmd/gitaly-lfs-smudge/testhelper_test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/cmd/gitaly-lfs-smudge/testhelper_test.go b/cmd/gitaly-lfs-smudge/testhelper_test.go
index 282f81e54..34092aa4f 100644
--- a/cmd/gitaly-lfs-smudge/testhelper_test.go
+++ b/cmd/gitaly-lfs-smudge/testhelper_test.go
@@ -6,9 +6,9 @@ import (
"path/filepath"
"testing"
- "gitlab.com/gitlab-org/gitaly/v15/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/v15/internal/gitlab"
- "gitlab.com/gitlab-org/gitaly/v15/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v16/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v16/internal/gitlab"
+ "gitlab.com/gitlab-org/gitaly/v16/internal/testhelper"
)
func TestMain(m *testing.M) {