mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-19 17:56:19 +03:00
Fix other tests
This commit is contained in:
parent
5fc3477fd3
commit
b4b7c80181
1 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@ class ProfileStoreTestCase(unittest.TestCase):
|
|||
)
|
||||
|
||||
yield self.store.set_profile_displayname(
|
||||
self.u_frank.localpart, "Frank"
|
||||
self.u_frank.localpart, "Frank", 1
|
||||
)
|
||||
|
||||
self.assertEquals(
|
||||
|
@ -55,7 +55,7 @@ class ProfileStoreTestCase(unittest.TestCase):
|
|||
)
|
||||
|
||||
yield self.store.set_profile_avatar_url(
|
||||
self.u_frank.localpart, "http://my.site/here"
|
||||
self.u_frank.localpart, "http://my.site/here", 1
|
||||
)
|
||||
|
||||
self.assertEquals(
|
||||
|
|
Loading…
Reference in a new issue