Somehow messed this one up.

This commit is contained in:
Jeremy Fincher 2003-10-30 05:40:39 +00:00
parent 895ecf718f
commit 9ddc7c75f5

View File

@ -34,7 +34,6 @@ from test import *
class GoogleTestCase(ChannelPluginTestCase, PluginDocumentation): class GoogleTestCase(ChannelPluginTestCase, PluginDocumentation):
plugins = ('Google',) plugins = ('Google',)
def testNoNoLicenseKeyError(self): def testNoNoLicenseKeyError(self):
self.assertNotError('toggle
self.irc.feedMsg(ircmsgs.privmsg(self.channel, 'google blah')) self.irc.feedMsg(ircmsgs.privmsg(self.channel, 'google blah'))
self.assertNoResponse(' ') self.assertNoResponse(' ')