mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
plugins/MoobotFactoids: Load a threaded plugin to hopefully trigger a timing bug.
This commit is contained in:
parent
1a5e05ee8e
commit
1d7d6428d1
@ -65,7 +65,7 @@ class OptionListTestCase(SupyTestCase):
|
||||
self._testOptions('((a)|(b))', ['(a)', '(b)'])
|
||||
|
||||
class FactoidsTestCase(ChannelPluginTestCase):
|
||||
plugins = ('MoobotFactoids', 'User', 'String', 'Utilities')
|
||||
plugins = ('MoobotFactoids', 'User', 'String', 'Utilities', 'Web')
|
||||
config = {'reply.whenNotCommand': False}
|
||||
def setUp(self):
|
||||
ChannelPluginTestCase.setUp(self)
|
||||
|
Loading…
Reference in New Issue
Block a user