From 277f0274b87b64f9278515ecf9568368640981bc Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Wed, 8 Sep 2004 22:37:56 +0000 Subject: [PATCH] takeMsg after register. --- test/test_MoobotFactoids.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_MoobotFactoids.py b/test/test_MoobotFactoids.py index 0a05a67fc..81456c0f0 100644 --- a/test/test_MoobotFactoids.py +++ b/test/test_MoobotFactoids.py @@ -73,6 +73,7 @@ if sqlite is not None: self.prefix = 'foo!bar@baz' self.irc.feedMsg(ircmsgs.privmsg(self.nick, 'register tester moo', prefix=self.prefix)) + m = self.irc.takeMsg() # Response to register. def testAddFactoid(self): self.assertNotError('moo is foo')