mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11: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):
|
||||
plugins = ('Parter',)
|
||||
def test(self):
|
||||
self.assertNotError('autopart #foo')
|
||||
self.assertNotError('config plugins.Parter.channels #foo')
|
||||
self.irc.feedMsg(ircmsgs.join('#foo', prefix=self.prefix))
|
||||
m = self.getMsg(' ')
|
||||
if m.command == 'WHO':
|
||||
|
Loading…
Reference in New Issue
Block a user