From 42f14104e36b54d7e64d7543c6835444e340c5cc Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Tue, 18 Oct 2022 09:50:37 +0100 Subject: fix wording --- tests/handlers/test_federation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/handlers/test_federation.py') 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, -- cgit 1.5.1