summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrew Morgan <andrewm@element.io>2022-10-18 09:50:37 +0100
committerAndrew Morgan <andrewm@element.io>2022-10-18 09:50:37 +0100
commit42f14104e36b54d7e64d7543c6835444e340c5cc (patch)
tree5c8afffe70b5b4eef48bc7c4b058f60ddb505a49
parentAdd a test for backfill ignoring events we already have (diff)
downloadsynapse-42f14104e36b54d7e64d7543c6835444e340c5cc.tar.xz
fix wording
-rw-r--r--tests/handlers/test_federation.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/handlers/test_federation.py b/tests/handlers/test_federation.py
index dfaf944590..d00c69c229 100644
--- a/tests/handlers/test_federation.py
+++ b/tests/handlers/test_federation.py
@@ -388,7 +388,7 @@ class FederationTestCase(unittest.FederatingHomeserverTestCase):
         #
         # As a result, backfill should not rely on the event cache to check whether
         # we already have an event in the DB.
-        # TODO: Remove this test when the event cache is properly invalidated.
+        # TODO: Remove this bit when the event cache is properly invalidated.
         cache_entry = EventCacheEntry(
             event=event,
             redacted_event=None,