aboutsummaryrefslogtreecommitdiff
path: root/test/testrig/base.go
diff options
context:
space:
mode:
authorQuentin Gliech <quenting@element.io>2024-10-17 17:33:45 +0200
committerQuentin Gliech <quenting@element.io>2024-10-17 17:33:45 +0200
commit6e6c3de0a6d93cd9e91234ce48e7968eb77e25e9 (patch)
tree5bae9388f8c4ba44d6b7e3176a40f1a3f4da9481 /test/testrig/base.go
parent6d327dc73cbab650f19735eb9724c3b060eaaac3 (diff)
Rename the go package
github.com/matrix-org/dendrite to github.com/element-hq/dendrite
Diffstat (limited to 'test/testrig/base.go')
-rw-r--r--test/testrig/base.go6
1 files changed, 3 insertions, 3 deletions
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()) {