mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-01 05:24:17 -04:00
[pyupgrade] tests/
(#10347)
This commit is contained in:
parent
879d8c1ee1
commit
89cfc3dd98
20 changed files with 45 additions and 58 deletions
|
@ -59,5 +59,5 @@ class DirectoryStoreTestCase(HomeserverTestCase):
|
|||
self.assertEqual(self.room.to_string(), room_id)
|
||||
|
||||
self.assertIsNone(
|
||||
(self.get_success(self.store.get_association_from_room_alias(self.alias)))
|
||||
self.get_success(self.store.get_association_from_room_alias(self.alias))
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue