aboutsummaryrefslogtreecommitdiff
path: root/syncapi/storage/tables/topology_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'syncapi/storage/tables/topology_test.go')
-rw-r--r--syncapi/storage/tables/topology_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/syncapi/storage/tables/topology_test.go b/syncapi/storage/tables/topology_test.go
index 2334aae2..f4f75bdf 100644
--- a/syncapi/storage/tables/topology_test.go
+++ b/syncapi/storage/tables/topology_test.go
@@ -40,7 +40,7 @@ func newTopologyTable(t *testing.T, dbType test.DBType) (tables.Topology, *sql.D
func TestTopologyTable(t *testing.T) {
ctx := context.Background()
- alice := test.NewUser()
+ alice := test.NewUser(t)
room := test.NewRoom(t, alice)
test.WithAllDatabases(t, func(t *testing.T, dbType test.DBType) {
tab, db, close := newTopologyTable(t, dbType)