From 7b8df0edde6bc8a062cf55e4831a83c026480f77 Mon Sep 17 00:00:00 2001 From: spline Date: Sat, 11 Oct 2014 12:23:36 -0400 Subject: [PATCH] Change one test and add another. --- test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test.py b/test.py index f72e94c..7d443d0 100644 --- a/test.py +++ b/test.py @@ -12,7 +12,7 @@ class UrbanDictionaryTestCase(PluginTestCase): def testUrbanDictionary(self): conf.supybot.plugins.UrbanDictionary.disableANSI.setValue('True') - self.assertRegexp('urbandictionary hello', 'hello :: what you say when your talking casually with friends and your mom walks in the room') - + self.assertRegexp('urbandictionary hello', 'hello ::') + self.assertRegexp('urbandictionary spline', 'spline ::') # vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79: