mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 12:42:34 +01:00
Reply: Restore supybot.reply.oneToOne in tests because it breaks Factoids.
This commit is contained in:
parent
97d29d7913
commit
f5db2338c5
@ -54,6 +54,7 @@ class ReplyTestCase(ChannelPluginTestCase):
|
||||
self.assertResponse('replies a b c', 'a')
|
||||
self.assertResponse(' ', 'b')
|
||||
self.assertResponse(' ', 'c')
|
||||
self.assertNotError('config channel supybot.reply.oneToOne True')
|
||||
|
||||
class ReplyNonChannelTestCase(PluginTestCase):
|
||||
plugins = ('Reply',)
|
||||
|
Loading…
Reference in New Issue
Block a user