From a477824967929655b8dbf3aba0e6f98cd74fc73c Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Thu, 1 Jan 2004 19:48:01 +0000 Subject: [PATCH] Removed a (now) useless test. --- test/test_irclib.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test_irclib.py b/test/test_irclib.py index 71e313a6e..93ab05a8d 100644 --- a/test/test_irclib.py +++ b/test/test_irclib.py @@ -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()