pull/4846/head
Amber Brown 2019-03-12 22:38:01 +11:00
parent 81d9d1bee6
commit d306bd1b26
1 changed files with 2 additions and 2 deletions

View File

@ -41,8 +41,8 @@ class UserDirectoryStoreTestCase(unittest.TestCase):
BOBBY: ProfileInfo(None, "bobby"),
},
)
yield self.store.add_users_who_share_room(
"!room:id", False, ((ALICE, BOB), (BOB, ALICE))
yield self.store.add_users_in_public_rooms(
"!room:id", (ALICE, BOB)
)
@defer.inlineCallbacks