mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-07-31 21:58:38 -04:00
Tidy up _simple_... methods
This commit is contained in:
parent
87db64b839
commit
7e282a53a5
4 changed files with 63 additions and 43 deletions
|
@ -44,7 +44,7 @@ class RoomStoreTestCase(unittest.TestCase):
|
|||
|
||||
@defer.inlineCallbacks
|
||||
def test_get_room(self):
|
||||
self.assertObjectHasAttributes(
|
||||
self.assertDictContainsSubset(
|
||||
{"room_id": self.room.to_string(),
|
||||
"creator": self.u_creator.to_string(),
|
||||
"is_public": True},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue