mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
String: Fix test.
This commit is contained in:
parent
8d95a424b0
commit
8421300e14
@ -99,7 +99,7 @@ class StringTestCase(PluginTestCase):
|
||||
self.assertResponse('ord %s' % utils.str.dqrepr(c), str(i))
|
||||
|
||||
def testMd5(self):
|
||||
self.assertResponse('md5 supybot', '630f4afcfb53c9e84c0a95064bd6add3')
|
||||
self.assertResponse('md5 supybot', '1360578d1276e945cc235654a53f9c65')
|
||||
|
||||
|
||||
def testEncodeDecode(self):
|
||||
|
Loading…
Reference in New Issue
Block a user