summaryrefslogtreecommitdiff
path: root/tests/twisted/irc-command.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/twisted/irc-command.py')
-rw-r--r--tests/twisted/irc-command.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/twisted/irc-command.py b/tests/twisted/irc-command.py
index 1073b6a..f27dbb1 100644
--- a/tests/twisted/irc-command.py
+++ b/tests/twisted/irc-command.py
@@ -12,7 +12,7 @@ def test(q, bus, conn, stream):
q.expect('dbus-signal', signal='StatusChanged',
args=[cs.CONN_STATUS_CONNECTED, cs.CSR_REQUESTED])
- irc_cmd = dbus.Interface(conn, cs.CONN + '.Interface.IrcCommand1')
+ irc_cmd = dbus.Interface(conn, cs.CONN + '.Interface.IRCCommand1')
call_async(q, irc_cmd, 'Send', 'badger mushroom snake')