From 2ea1052d068f7bbe39bf8b46c06d40bd3428f49d Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Wed, 1 Oct 2003 11:12:31 +0000 Subject: [PATCH] Forgot to update this test based on the move of cpustats to the Status plugin. --- test/test_Utilities.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_Utilities.py b/test/test_Utilities.py index 000208c51..7ea4c85d7 100644 --- a/test/test_Utilities.py +++ b/test/test_Utilities.py @@ -32,7 +32,7 @@ from test import * class UtilitiesTestCase(PluginTestCase, PluginDocumentation): - plugins = ('Utilities', 'FunCommands') + plugins = ('Utilities', 'Status') def testIgnore(self): self.assertNoResponse('ignore foo bar baz', 1)