Removed a useless test.

This commit is contained in:
Jeremy Fincher 2004-01-31 17:45:44 +00:00
parent 009b3b494b
commit 4c94713be1
1 changed files with 0 additions and 2 deletions

View File

@ -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: