mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-08-03 04:56:21 -04: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
|
@ -80,7 +80,7 @@ class ProfileTestCase(unittest.HomeserverTestCase):
|
|||
|
||||
def test_get_displayname_other(self):
|
||||
res = self._get_displayname(self.other)
|
||||
self.assertEquals(res, "Bob")
|
||||
self.assertEqual(res, "Bob")
|
||||
|
||||
def test_set_displayname_other(self):
|
||||
channel = self.make_request(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue