diff --git a/test/test_Services.py b/test/test_Services.py index 5d1258025..a5f065c2b 100644 --- a/test/test_Services.py +++ b/test/test_Services.py @@ -33,8 +33,6 @@ from testsupport import * class ServicesTestCase(PluginTestCase, PluginDocumentation): plugins = ('Services',) - def testNoEmptyNick(self): - self.assertError('start "" "foobar"') # vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78: