mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-08 07:34:55 -04:00
[pyupgrade] tests/
(#10347)
This commit is contained in:
parent
879d8c1ee1
commit
89cfc3dd98
20 changed files with 45 additions and 58 deletions
|
@ -49,7 +49,7 @@ class RoomStoreTestCase(HomeserverTestCase):
|
|||
)
|
||||
|
||||
def test_get_room_unknown_room(self):
|
||||
self.assertIsNone((self.get_success(self.store.get_room("!uknown:test"))))
|
||||
self.assertIsNone(self.get_success(self.store.get_room("!uknown:test")))
|
||||
|
||||
def test_get_room_with_stats(self):
|
||||
self.assertDictContainsSubset(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue