telepathy-gabble: console plugin: fix missing import in regression test

Simon McVittie smcv at kemper.freedesktop.org
Mon Oct 14 08:21:20 PDT 2013


Module: telepathy-gabble
Branch: master
Commit: 7acfc878f37189efe0256aec9e2641c07229a934
URL:    http://cgit.freedesktop.org/telepathy/telepathy-gabble/commit/?id=7acfc878f37189efe0256aec9e2641c07229a934

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Mon Oct 14 16:21:12 2013 +0100

console plugin: fix missing import in regression test

---

 tests/twisted/console.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/twisted/console.py b/tests/twisted/console.py
index 3d99c26..f92e57a 100644
--- a/tests/twisted/console.py
+++ b/tests/twisted/console.py
@@ -4,7 +4,7 @@ A smoketest for the XMPP console API.
 
 from servicetest import (
     ProxyWrapper, EventPattern,
-    call_async, assertEquals, assertContains, sync_dbus,
+    call_async, assertEquals, assertNotEquals, assertContains, sync_dbus,
 )
 from gabbletest import exec_test, acknowledge_iq, elem, elem_iq
 from config import PLUGINS_ENABLED



More information about the telepathy-commits mailing list