summaryrefslogtreecommitdiff
path: root/tests/test_stanza_roster.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_stanza_roster.py')
-rw-r--r--tests/test_stanza_roster.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_stanza_roster.py b/tests/test_stanza_roster.py
index 762b8c4c..4496fc18 100644
--- a/tests/test_stanza_roster.py
+++ b/tests/test_stanza_roster.py
@@ -8,7 +8,7 @@ class TestRosterStanzas(SlixTest):
def testAddItems(self):
"""Test adding items to a roster stanza."""
iq = self.Iq()
- iq['roster'].setItems({
+ iq['roster'].set_items({
'user@example.com': {
'name': 'User',
'subscription': 'both',