Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 42f1410

Browse files
committed
fix wording
1 parent 52387d7 commit 42f1410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/handlers/test_federation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ def test_backfill_ignores_known_events(self) -> None:
388388
#
389389
# As a result, backfill should not rely on the event cache to check whether
390390
# we already have an event in the DB.
391-
# TODO: Remove this test when the event cache is properly invalidated.
391+
# TODO: Remove this bit when the event cache is properly invalidated.
392392
cache_entry = EventCacheEntry(
393393
event=event,
394394
redacted_event=None,

0 commit comments

Comments
 (0)