aboutsummaryrefslogtreecommitdiff
path: root/test/testrig/base.go
diff options
context:
space:
mode:
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()) {