Changed a ChannelPluginTestCase.

This commit is contained in:
Jeremy Fincher 2004-01-31 21:48:04 +00:00
parent 17b32e8d54
commit f124b72267
1 changed files with 1 additions and 1 deletions

View File

@ -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):