mirror of
https://github.com/element-hq/synapse.git
synced 2026-05-11 15:24:45 +00:00
6521406a37
This small PR migrates from `unittest.assertEquals` to `unittest.assertEqual` which is deprecated from Python2.7: ```python DeprecationWarning: Please use assertEqual instead. ``` Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>