From 6372dff771413c2b9cd5648cbb6de01a679ef801 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Fri, 4 May 2018 01:58:45 +0100 Subject: remove create_profile from tests --- tests/storage/test_profile.py | 8 -------- 1 file changed, 8 deletions(-) (limited to 'tests/storage') diff --git a/tests/storage/test_profile.py b/tests/storage/test_profile.py index 1bfabc15ad..d173195787 100644 --- a/tests/storage/test_profile.py +++ b/tests/storage/test_profile.py @@ -35,10 +35,6 @@ class ProfileStoreTestCase(unittest.TestCase): @defer.inlineCallbacks def test_displayname(self): - yield self.store.create_profile( - self.u_frank.localpart - ) - yield self.store.set_profile_displayname( self.u_frank.localpart, "Frank", 1, ) @@ -50,10 +46,6 @@ class ProfileStoreTestCase(unittest.TestCase): @defer.inlineCallbacks def test_avatar_url(self): - yield self.store.create_profile( - self.u_frank.localpart - ) - yield self.store.set_profile_avatar_url( self.u_frank.localpart, "http://my.site/here", 1, ) -- cgit 1.5.1