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 'cmd/gitaly-git2go-v14/revert_test.go')
-rw-r--r--cmd/gitaly-git2go-v14/revert_test.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/cmd/gitaly-git2go-v14/revert_test.go b/cmd/gitaly-git2go-v14/revert_test.go
index fb0235e60..e421cf670 100644
--- a/cmd/gitaly-git2go-v14/revert_test.go
+++ b/cmd/gitaly-git2go-v14/revert_test.go
@@ -11,11 +11,11 @@ import (
git "github.com/libgit2/git2go/v33"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/v14/cmd/gitaly-git2go-v14/git2goutil"
- cmdtesthelper "gitlab.com/gitlab-org/gitaly/v14/cmd/gitaly-git2go-v14/testhelper"
- "gitlab.com/gitlab-org/gitaly/v14/internal/git2go"
- "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/cmd/gitaly-git2go-v14/git2goutil"
+ cmdtesthelper "gitlab.com/gitlab-org/gitaly/cmd/gitaly-git2go-v14/testhelper"
+ "gitlab.com/gitlab-org/gitaly/internal/git2go"
+ "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
)
func TestRevert_validation(t *testing.T) {