mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-29 15:39:00 +03:00
Fix tests
This commit is contained in:
parent
975903ae17
commit
8f9c74e9f1
1 changed files with 1 additions and 1 deletions
|
@ -504,4 +504,4 @@ class FilteringTestCase(unittest.TestCase):
|
||||||
filter_id=filter_id,
|
filter_id=filter_id,
|
||||||
)
|
)
|
||||||
|
|
||||||
self.assertEquals(filter.filter_json, user_filter_json)
|
self.assertEquals(filter.get_filter_json(), user_filter_json)
|
||||||
|
|
Loading…
Reference in a new issue