Praise: make tests channel specific

This should fix build errors in Travis CI.
(cherry picked from commit 8dc2996e3597e6a641be089188816b44505366c5)
This commit is contained in:
James Lu 2015-05-09 18:45:01 -07:00
parent 562fa14706
commit 24c1caac43

View File

@ -29,7 +29,7 @@
from supybot.test import *
class PraiseTestCase(PluginTestCase):
class PraiseTestCase(ChannelPluginTestCase):
plugins = ('Praise',)
def testAdd(self):