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:
authorJohn Cai <jcai@gitlab.com>2020-04-02 03:58:59 +0300
committerJohn Cai <jcai@gitlab.com>2020-04-02 03:58:59 +0300
commit7b4606928de92f96160b693a6ecb2a591693b9a8 (patch)
tree67a0e488eda192315d08b072b7b72c8322ad3801
parent1b9d2c393a016154a5a767a7a83ebce431723f02 (diff)
-rw-r--r--internal/service/commit/testhelper_test.go3
-rw-r--r--internal/service/diff/testhelper_test.go1
2 files changed, 1 insertions, 3 deletions
diff --git a/internal/service/commit/testhelper_test.go b/internal/service/commit/testhelper_test.go
index 9db502f47..f67eec955 100644
--- a/internal/service/commit/testhelper_test.go
+++ b/internal/service/commit/testhelper_test.go
@@ -4,9 +4,8 @@ import (
"os"
"testing"
- "github.com/stretchr/testify/require"
-
"github.com/golang/protobuf/ptypes/timestamp"
+ "github.com/stretchr/testify/require"
"gitlab.com/gitlab-org/gitaly/internal/testhelper"
"gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
"google.golang.org/grpc"
diff --git a/internal/service/diff/testhelper_test.go b/internal/service/diff/testhelper_test.go
index 33beb4b74..cb64b7f05 100644
--- a/internal/service/diff/testhelper_test.go
+++ b/internal/service/diff/testhelper_test.go
@@ -5,7 +5,6 @@ import (
"testing"
"github.com/stretchr/testify/require"
-
"gitlab.com/gitlab-org/gitaly/internal/testhelper"
"gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
"google.golang.org/grpc"