diff --git a/plugins/Reply/test.py b/plugins/Reply/test.py index 6c556b6f4..5d9a184bd 100644 --- a/plugins/Reply/test.py +++ b/plugins/Reply/test.py @@ -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',)