summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-10-14 16:21:12 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-10-14 16:21:12 +0100
commit7acfc878f37189efe0256aec9e2641c07229a934 (patch)
tree0e2497f9d3e1d73c61963f0bd6a4f7ace1e2fe96
parent317bf4efb5e72a6a0154446915f5839ab01c40da (diff)
downloadtelepathy-gabble-7acfc878f37189efe0256aec9e2641c07229a934.tar.gz
console plugin: fix missing import in regression test
-rw-r--r--tests/twisted/console.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/twisted/console.py b/tests/twisted/console.py
index 3d99c261c..f92e57aa8 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