mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 20:52:42 +01:00
Fixed some space problems in Google.calc.
This commit is contained in:
parent
71c752a7fb
commit
eb23fa3b14
@ -43,6 +43,8 @@ class GoogleTestCase(ChannelPluginTestCase, PluginDocumentation):
|
||||
'the speed of light '
|
||||
'in microns / fortnight', '×')
|
||||
|
||||
def testCalcDoesNotHaveExtraSpaces(self):
|
||||
self.assertNotRegexp('google calc 1000^2', r'\s+,\s+')
|
||||
|
||||
def testNoNoLicenseKeyError(self):
|
||||
conf.supybot.plugins.Google.groupsSnarfer.setValue(True)
|
||||
|
Loading…
Reference in New Issue
Block a user