diff --git a/test/test_Ctcp.py b/test/test_Ctcp.py index e6c5dff02..e185084ad 100644 --- a/test/test_Ctcp.py +++ b/test/test_Ctcp.py @@ -34,6 +34,7 @@ from test import * class CtcpTestCase(PluginTestCase): plugins = ('Ctcp',) def testVersion(self): + self.assertNotError('unload Misc') self.assertNoResponse('version', 1)