mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-03 13:06:02 -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
|
@ -94,7 +94,7 @@ class MediaStorageTests(unittest.HomeserverTestCase):
|
|||
self.assertTrue(os.path.exists(local_path))
|
||||
|
||||
# Asserts the file is under the expected local cache directory
|
||||
self.assertEquals(
|
||||
self.assertEqual(
|
||||
os.path.commonprefix([self.primary_base_path, local_path]),
|
||||
self.primary_base_path,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue