mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
Fixed test.
This commit is contained in:
parent
87f4d36d6f
commit
1d53c99f5b
@ -36,7 +36,7 @@ import ircmsgs
|
|||||||
class ParterTestCase(PluginTestCase, PluginDocumentation):
|
class ParterTestCase(PluginTestCase, PluginDocumentation):
|
||||||
plugins = ('Parter',)
|
plugins = ('Parter',)
|
||||||
def test(self):
|
def test(self):
|
||||||
self.assertNotError('autopart #foo')
|
self.assertNotError('config plugins.Parter.channels #foo')
|
||||||
self.irc.feedMsg(ircmsgs.join('#foo', prefix=self.prefix))
|
self.irc.feedMsg(ircmsgs.join('#foo', prefix=self.prefix))
|
||||||
m = self.getMsg(' ')
|
m = self.getMsg(' ')
|
||||||
if m.command == 'WHO':
|
if m.command == 'WHO':
|
||||||
|
Loading…
Reference in New Issue
Block a user