From 8421300e14f38575e04980e10ea7da32c9a56e1d Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Mon, 13 May 2013 13:51:30 +0200 Subject: [PATCH] String: Fix test. --- plugins/String/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/String/test.py b/plugins/String/test.py index fa8875923..e4e0ca4c8 100644 --- a/plugins/String/test.py +++ b/plugins/String/test.py @@ -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):