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/testhelper/featureset_test.go')
-rw-r--r--internal/testhelper/featureset_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/testhelper/featureset_test.go b/internal/testhelper/featureset_test.go
index fdbbba5ed..223750c96 100644
--- a/internal/testhelper/featureset_test.go
+++ b/internal/testhelper/featureset_test.go
@@ -5,7 +5,7 @@ import (
"testing"
"github.com/stretchr/testify/require"
- ff "gitlab.com/gitlab-org/gitaly/v14/internal/metadata/featureflag"
+ ff "gitlab.com/gitlab-org/gitaly/internal/metadata/featureflag"
"google.golang.org/grpc/metadata"
)