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
|
sqlite = None
|
||||||
|
|
||||||
if sqlite is not None:
|
if sqlite is not None:
|
||||||
class WordsTestCase(PluginTestCase, PluginDocumentation):
|
class WordsTestCase(ChannelPluginTestCase, PluginDocumentation):
|
||||||
plugins = ('Words',)
|
plugins = ('Words',)
|
||||||
# Putting in a comment to make this different.
|
# Putting in a comment to make this different.
|
||||||
def testAddWord(self):
|
def testAddWord(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user