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/commit/list_commits_by_oid_test.go')
-rw-r--r--internal/service/commit/list_commits_by_oid_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/service/commit/list_commits_by_oid_test.go b/internal/service/commit/list_commits_by_oid_test.go
index 2c994c9e2..af2edd962 100644
--- a/internal/service/commit/list_commits_by_oid_test.go
+++ b/internal/service/commit/list_commits_by_oid_test.go
@@ -1,13 +1,13 @@
package commit
import (
+ "context"
"io"
"testing"
"github.com/stretchr/testify/require"
"gitlab.com/gitlab-org/gitaly-proto/go/gitalypb"
"gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "golang.org/x/net/context"
)
func TestSuccessfulListCommitsByOidRequest(t *testing.T) {