Add missing test description

This commit is contained in:
Eric Eastwood 2024-07-01 21:49:41 -05:00
parent b8687e771c
commit 7c9513ccb1

View file

@ -1410,7 +1410,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")