Reply: Restore supybot.reply.oneToOne in tests because it breaks Factoids.

This commit is contained in:
Valentin Lorentz 2016-10-02 13:55:26 +02:00
parent 97d29d7913
commit f5db2338c5
1 changed files with 1 additions and 0 deletions

View File

@ -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',)