String: Fix test.

This commit is contained in:
Valentin Lorentz 2013-05-13 13:51:30 +02:00
parent 8d95a424b0
commit 8421300e14
1 changed files with 1 additions and 1 deletions

View File

@ -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):