Fix unit tests

This commit is contained in:
Neil Alexander 2020-12-04 14:37:15 +00:00
parent 464ecd1e64
commit 24eb5d2252
No known key found for this signature in database
GPG Key ID: A02A2019A2BB0944
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ func mustCreateRoomserverAPI(t *testing.T) (api.RoomserverInternalAPI, *dummyPro
dp := &dummyProducer{
topic: cfg.Global.Kafka.TopicFor(config.TopicOutputRoomEvent),
}
cache, err := caching.NewInMemoryLRUCache(false)
cache, err := caching.NewInMemoryLRUCache(&cfg.Global)
if err != nil {
t.Fatalf("failed to make caches: %s", err)
}