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')