Fix other tests

This commit is contained in:
David Baker 2018-04-17 11:03:10 +01:00
parent 5fc3477fd3
commit b4b7c80181

View File

@ -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(