From f19eb060f3e3b226882f711ec8030f81518c03c2 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Wed, 12 Dec 2012 19:24:39 +0100 Subject: [PATCH] ChannelStats: Fix tests. --- plugins/ChannelStats/test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/ChannelStats/test.py b/plugins/ChannelStats/test.py index 40cea6d42..517e190f8 100644 --- a/plugins/ChannelStats/test.py +++ b/plugins/ChannelStats/test.py @@ -44,6 +44,7 @@ class ChannelStatsTestCase(ChannelPluginTestCase): _ = self.irc.takeMsg() chanop = ircdb.makeChannelCapability(self.channel, 'op') ircdb.users.getUser(self.nick).addCapability(chanop) + self.irc.feedMsg(ircmsgs.join(self.channel, prefix=self.prefix)) def test(self): self.assertNotError('channelstats')