mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-29 16:37:33 -05:00
Replace assertEquals and friends with non-deprecated versions. (#12092)
This commit is contained in:
parent
ab3ef49059
commit
02d708568b
62 changed files with 888 additions and 889 deletions
|
|
@ -31,7 +31,7 @@ class DirectoryStoreTestCase(HomeserverTestCase):
|
|||
)
|
||||
)
|
||||
|
||||
self.assertEquals(
|
||||
self.assertEqual(
|
||||
["#my-room:test"],
|
||||
(self.get_success(self.store.get_aliases_for_room(self.room.to_string()))),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue