Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/test_roster.py')
-rw-r--r--test/integration/test_roster.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/test_roster.py b/test/integration/test_roster.py
index acb91b71c..0be85aa11 100644
--- a/test/integration/test_roster.py
+++ b/test/integration/test_roster.py
@@ -27,7 +27,7 @@ class TestRosterWindow(unittest.TestCase):
# Add after creating RosterWindow
# We want to test the filling explicitly
- gajim.contacts = contacts_module.Contacts()
+ gajim.contacts = contacts_module.LegacyContactsAPI()
gajim.connections = {}
self.roster = roster_window.RosterWindow()