Merge branch 'master' into kegan/rejection

This commit is contained in:
Kegan Dougal 2020-09-15 16:15:42 +01:00
commit b4ce2bd4f5

View file

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