diff --git a/test/test_MoobotFactoids.py b/test/test_MoobotFactoids.py index cb4b39e58..80d93cc5f 100644 --- a/test/test_MoobotFactoids.py +++ b/test/test_MoobotFactoids.py @@ -38,7 +38,7 @@ except ImportError: if sqlite is not None: class FactoidsTestCase(PluginTestCase, PluginDocumentation): - plugins = ('MoobotFactoids', 'UserCommands') + plugins = ('MiscCommands', 'MoobotFactoids', 'UserCommands') def setUp(self): PluginTestCase.setUp(self) # Create a valid user to use