1
0
mirror of https://github.com/Mikaela/Limnoria.git synced 2025-03-31 13:07:05 +02:00

Changed a ChannelPluginTestCase.

This commit is contained in:
Jeremy Fincher 2004-01-31 21:48:04 +00:00
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):