mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-06 14:24:58 -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
|
@ -57,7 +57,7 @@ class EventPushActionsStoreTestCase(HomeserverTestCase):
|
|||
"", self.store._get_unread_counts_by_pos_txn, room_id, user_id, 0
|
||||
)
|
||||
)
|
||||
self.assertEquals(
|
||||
self.assertEqual(
|
||||
counts,
|
||||
NotifCounts(
|
||||
notify_count=noitf_count,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue