mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-26 20:59:27 +01:00
takeMsg after register.
This commit is contained in:
parent
9cba6478b1
commit
277f0274b8
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user