mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-06 22:04:56 -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
|
@ -33,7 +33,7 @@ class ProfileStoreTestCase(unittest.HomeserverTestCase):
|
|||
self.store.set_profile_displayname(self.u_frank.localpart, "Frank")
|
||||
)
|
||||
|
||||
self.assertEquals(
|
||||
self.assertEqual(
|
||||
"Frank",
|
||||
(
|
||||
self.get_success(
|
||||
|
@ -60,7 +60,7 @@ class ProfileStoreTestCase(unittest.HomeserverTestCase):
|
|||
)
|
||||
)
|
||||
|
||||
self.assertEquals(
|
||||
self.assertEqual(
|
||||
"http://my.site/here",
|
||||
(
|
||||
self.get_success(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue