isort
This commit is contained in:
parent
bd66f4384d
commit
3347725cc1
|
@ -27,7 +27,6 @@ from typing import (
|
|||
MutableMapping,
|
||||
NoReturn,
|
||||
Optional,
|
||||
Required,
|
||||
Set,
|
||||
Tuple,
|
||||
Type,
|
||||
|
|
|
@ -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]
|
||||
|
||||
|
|
Loading…
Reference in New Issue