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/service/blob/testhelper_test.go')
-rw-r--r--internal/service/blob/testhelper_test.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/internal/service/blob/testhelper_test.go b/internal/service/blob/testhelper_test.go
index 19a7bc534..f6044838b 100644
--- a/internal/service/blob/testhelper_test.go
+++ b/internal/service/blob/testhelper_test.go
@@ -7,11 +7,12 @@ import (
"testing"
"time"
+ "google.golang.org/grpc"
+ "google.golang.org/grpc/reflection"
+
"gitlab.com/gitlab-org/gitaly-proto/go/gitalypb"
"gitlab.com/gitlab-org/gitaly/internal/rubyserver"
"gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "google.golang.org/grpc"
- "google.golang.org/grpc/reflection"
)
var rubyServer *rubyserver.Server