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/praefect/subcmd_sql_migrate_test.go')
-rw-r--r--cmd/praefect/subcmd_sql_migrate_test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/cmd/praefect/subcmd_sql_migrate_test.go b/cmd/praefect/subcmd_sql_migrate_test.go
index 5fc4f7f63..f7eb1f814 100644
--- a/cmd/praefect/subcmd_sql_migrate_test.go
+++ b/cmd/praefect/subcmd_sql_migrate_test.go
@@ -9,9 +9,9 @@ import (
"testing"
"github.com/stretchr/testify/assert"
- "gitlab.com/gitlab-org/gitaly/v15/internal/praefect/config"
- "gitlab.com/gitlab-org/gitaly/v15/internal/praefect/datastore/migrations"
- "gitlab.com/gitlab-org/gitaly/v15/internal/testhelper/testdb"
+ "gitlab.com/gitlab-org/gitaly/v16/internal/praefect/config"
+ "gitlab.com/gitlab-org/gitaly/v16/internal/praefect/datastore/migrations"
+ "gitlab.com/gitlab-org/gitaly/v16/internal/testhelper/testdb"
)
func TestSubCmdSqlMigrate(t *testing.T) {