This commit is contained in:
Mathieu Velten 2023-05-19 17:52:38 +02:00
parent bd66f4384d
commit 3347725cc1
2 changed files with 1 additions and 2 deletions

View File

@ -27,7 +27,6 @@ from typing import (
MutableMapping,
NoReturn,
Optional,
Required,
Set,
Tuple,
Type,

View File

@ -76,7 +76,7 @@ class FetchPublicRoomsTestCase(HomeserverTestCase):
(last_joined_members, last_room_id) = bounds
if last_joined_members < 3 or last_room_id == room3_2["room_id"]:
return [room1]
return [room3, room1]
return [room3_2, room3, room1]