mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
plugins/Filter/test.py: Need to include the Reply plugin for the action command.
This commit is contained in:
parent
855453a743
commit
8d09aae3e0
@ -35,7 +35,7 @@ import supybot.utils as utils
|
|||||||
import supybot.callbacks as callbacks
|
import supybot.callbacks as callbacks
|
||||||
|
|
||||||
class FilterTest(ChannelPluginTestCase):
|
class FilterTest(ChannelPluginTestCase):
|
||||||
plugins = ('Filter', 'Utilities')
|
plugins = ('Filter', 'Utilities', 'Reply')
|
||||||
def testNoErrors(self):
|
def testNoErrors(self):
|
||||||
self.assertNotError('leet foobar')
|
self.assertNotError('leet foobar')
|
||||||
self.assertNotError('supa1337 foobar')
|
self.assertNotError('supa1337 foobar')
|
||||||
|
Loading…
Reference in New Issue
Block a user