Change one test and add another.

This commit is contained in:
spline 2014-10-11 12:23:36 -04:00
parent 51141e3e38
commit 7b8df0edde
1 changed files with 2 additions and 2 deletions

View File

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