[Telepathy-commits] [telepathy-gabble/master] Don't assign things if not using the information

Sjoerd Simons sjoerd.simons at collabora.co.uk
Tue Aug 19 10:54:14 PDT 2008


20080730132435-b58c9-b6562fc252d712919ff0d0784b730b5ad385c99e.gz
---
 tests/twisted/test-capabilities.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/twisted/test-capabilities.py b/tests/twisted/test-capabilities.py
index 04ebd83..74873b3 100644
--- a/tests/twisted/test-capabilities.py
+++ b/tests/twisted/test-capabilities.py
@@ -35,7 +35,7 @@ def test(q, bus, conn, stream):
     presence = make_presence('bob at foo.com/Foo', None, 'hello')
     stream.send(presence)
 
-    _, _ = q.expect_many(
+    q.expect_many(
         EventPattern('dbus-signal', signal='PresenceUpdate',
            args=[{2L: (0L, {u'available': {'message': 'hello'}})}]),
         EventPattern('dbus-signal', signal='PresencesChanged',
-- 
1.5.6.3




More information about the Telepathy-commits mailing list