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/backup/locator_test.go')
-rw-r--r--internal/backup/locator_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/backup/locator_test.go b/internal/backup/locator_test.go
index e841dad5e..bc4a5088c 100644
--- a/internal/backup/locator_test.go
+++ b/internal/backup/locator_test.go
@@ -10,8 +10,8 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
)
func TestLegacyLocator(t *testing.T) {