test: remove duplicate test

This commit is contained in:
Alec Leamas 2013-03-19 11:10:13 +01:00
parent d70083a558
commit fb87e082cd
1 changed files with 0 additions and 3 deletions

View File

@ -67,9 +67,6 @@ class IrccatTestList(PluginTestCase):
def testList(self):
self.assertResponse('sectionlist', 'ivar')
def testReload(self):
self.assertResponse('reload Irccat', 'The operation succeeded.')
class IrccatTestCopy(ChannelPluginTestCase):
plugins = ('Irccat', 'User')