Removed a (now) useless test.

This commit is contained in:
Jeremy Fincher 2004-01-01 19:48:01 +00:00
parent bcbfd2130e
commit a477824967
1 changed files with 0 additions and 1 deletions

View File

@ -348,7 +348,6 @@ class IrcTestCase(unittest.TestCase):
self.failIf(self.irc.state.history)
self.failIf(self.irc.state.channels)
self.failIf(self.irc.outstandingPing)
self.assertEqual(self.irc._nickmods, conf.nickmods)
def testHistory(self):
self.irc.reset()