diff --git a/tests/handlers/test_sliding_sync.py b/tests/handlers/test_sliding_sync.py index c14bbe9568..602d82bb99 100644 --- a/tests/handlers/test_sliding_sync.py +++ b/tests/handlers/test_sliding_sync.py @@ -1671,7 +1671,8 @@ class GetSyncRoomIdsForUserTestCase(HomeserverTestCase): self, ) -> None: """ - Test that `newly_joined` TODO + Test that even though we're joined before the token range, if we leave and join + within the token range, it's still counted as `newly_joined`. """ user1_id = self.register_user("user1", "pass") user1_tok = self.login(user1_id, "pass")