summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/twisted/roster/test-google-roster.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/twisted/roster/test-google-roster.py b/tests/twisted/roster/test-google-roster.py
index 38ee55780..3b8d8f6c3 100644
--- a/tests/twisted/roster/test-google-roster.py
+++ b/tests/twisted/roster/test-google-roster.py
@@ -276,7 +276,7 @@ def test_local_pending(q, bus, conn, stream, subscribe):
contact = 'alice@foo.com'
handle = conn.RequestHandles(cs.HT_CONTACT, [contact])[0]
- # We add Alice
+ # Alice asks to subscribes to us
presence = domish.Element(('jabber:client', 'presence'))
presence['from'] = contact
presence['type'] = 'subscribe'