mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
Changed a ChannelPluginTestCase.
This commit is contained in:
parent
17b32e8d54
commit
f124b72267
@ -39,7 +39,7 @@ except ImportError:
|
||||
sqlite = None
|
||||
|
||||
if sqlite is not None:
|
||||
class WordsTestCase(PluginTestCase, PluginDocumentation):
|
||||
class WordsTestCase(ChannelPluginTestCase, PluginDocumentation):
|
||||
plugins = ('Words',)
|
||||
# Putting in a comment to make this different.
|
||||
def testAddWord(self):
|
||||
|
Loading…
Reference in New Issue
Block a user