From 6e6c3de0a6d93cd9e91234ce48e7968eb77e25e9 Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Thu, 17 Oct 2024 17:33:45 +0200 Subject: Rename the go package github.com/matrix-org/dendrite to github.com/element-hq/dendrite --- test/testrig/base.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/testrig/base.go') diff --git a/test/testrig/base.go b/test/testrig/base.go index 28bbd084..9d67c50a 100644 --- a/test/testrig/base.go +++ b/test/testrig/base.go @@ -11,9 +11,9 @@ import ( "path/filepath" "testing" - "github.com/matrix-org/dendrite/setup/config" - "github.com/matrix-org/dendrite/setup/process" - "github.com/matrix-org/dendrite/test" + "github.com/element-hq/dendrite/setup/config" + "github.com/element-hq/dendrite/setup/process" + "github.com/element-hq/dendrite/test" ) func CreateConfig(t *testing.T, dbType test.DBType) (*config.Dendrite, *process.ProcessContext, func()) { -- cgit v1.2.3