mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-26 12:49:24 +01:00
Praise: make tests channel specific
This should fix build errors in Travis CI. (cherry picked from commit 8dc2996e3597e6a641be089188816b44505366c5)
This commit is contained in:
parent
562fa14706
commit
24c1caac43
@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
from supybot.test import *
|
from supybot.test import *
|
||||||
|
|
||||||
class PraiseTestCase(PluginTestCase):
|
class PraiseTestCase(ChannelPluginTestCase):
|
||||||
plugins = ('Praise',)
|
plugins = ('Praise',)
|
||||||
|
|
||||||
def testAdd(self):
|
def testAdd(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user