1
0

use attrs class

This commit is contained in:
Mathieu Velten
2023-05-22 17:26:50 +02:00
parent 3347725cc1
commit b64aa1a3bb
5 changed files with 25 additions and 25 deletions

View File

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