mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
ChannelStats: Fix tests.
This commit is contained in:
parent
943f3a0133
commit
f19eb060f3
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user