mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
Fixed a bug in testExclaim.
This commit is contained in:
parent
61ad6c7f1d
commit
d11d24c420
@ -35,7 +35,7 @@ class FriendlyTestCase(PluginTestCase):
|
|||||||
plugins = ('Friendly',)
|
plugins = ('Friendly',)
|
||||||
def testExclaim(self):
|
def testExclaim(self):
|
||||||
s = '%s!' % self.irc.nick
|
s = '%s!' % self.irc.nick
|
||||||
self.assertEqual(s, s)
|
self.assertResponse(s, s)
|
||||||
|
|
||||||
def testGreet(self):
|
def testGreet(self):
|
||||||
self.assertNotError('heya, %s' % self.irc.nick)
|
self.assertNotError('heya, %s' % self.irc.nick)
|
||||||
|
Loading…
Reference in New Issue
Block a user