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:
authorJacob Vosmaer <jacob@gitlab.com>2019-07-31 17:19:30 +0300
committerPaul Okstad <pokstad@gitlab.com>2019-07-31 17:19:30 +0300
commitfebc866e1946099084513a54d4fec5cf164463de (patch)
tree17f3b5468fc5d4d4aa0a48e10faa74037ae59146 /internal/helper/repo_test.go
parent18d4cda8bd587604e093b2771a7c2544d834b38c (diff)
Use embedded Go stubs for gitaly-proto
Diffstat (limited to 'internal/helper/repo_test.go')
-rw-r--r--internal/helper/repo_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/helper/repo_test.go b/internal/helper/repo_test.go
index 58a200423..c6e9c921b 100644
--- a/internal/helper/repo_test.go
+++ b/internal/helper/repo_test.go
@@ -6,9 +6,9 @@ import (
"testing"
"github.com/stretchr/testify/assert"
- "gitlab.com/gitlab-org/gitaly-proto/go/gitalypb"
"gitlab.com/gitlab-org/gitaly/internal/config"
"gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
"google.golang.org/grpc/codes"
)