summary refs log tree commit diff
path: root/tests/storage/databases
diff options
context:
space:
mode:
authorOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2023-02-21 14:47:40 +0000
committerOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2023-02-21 14:47:40 +0000
commite0f9a514c61c5458aca122026a3bfab3ec4ccf05 (patch)
tree20d2597633a94c48bc71375590b0cf06afd68486 /tests/storage/databases
parentUse changelog from release branch (diff)
parent1.78.0rc1 (diff)
downloadsynapse-e0f9a514c61c5458aca122026a3bfab3ec4ccf05.tar.xz
Merge branch 'release-v1.78' into matrix-org-hotfixes
Diffstat (limited to 'tests/storage/databases')
-rw-r--r--tests/storage/databases/main/test_events_worker.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/storage/databases/main/test_events_worker.py b/tests/storage/databases/main/test_events_worker.py

index 9f33afcca0..9606ecc43b 100644 --- a/tests/storage/databases/main/test_events_worker.py +++ b/tests/storage/databases/main/test_events_worker.py
@@ -120,6 +120,7 @@ class HaveSeenEventsTestCase(unittest.HomeserverTestCase): # Persist the event which should invalidate or prefill the # `have_seen_event` cache so we don't return stale values. persistence = self.hs.get_storage_controllers().persistence + assert persistence is not None self.get_success( persistence.persist_event( event,