From f124b72267af3bba05736de0264025f9f04bb83a Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Sat, 31 Jan 2004 21:48:04 +0000 Subject: [PATCH] Changed a ChannelPluginTestCase. --- test/test_Words.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_Words.py b/test/test_Words.py index 3b79869f2..e62661407 100644 --- a/test/test_Words.py +++ b/test/test_Words.py @@ -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):