Owner: Remove side-effect of renaming test.

This commit is contained in:
Valentin Lorentz 2014-07-18 20:55:12 +02:00
parent 39dad55b6f
commit 0d5f8ab05b

View File

@ -99,6 +99,8 @@ class OwnerTestCase(PluginTestCase):
self.assertRegexp('help testcommand', 'Tell the bot to join') self.assertRegexp('help testcommand', 'Tell the bot to join')
self.assertRegexp('join', 'not a valid command') self.assertRegexp('join', 'not a valid command')
self.assertHelp('testcommand') self.assertHelp('testcommand')
self.assertNotError('unrename Admin')
self.assertNotRegexp('list Admin', 'testcommand')
@skip('Nested commands cannot be renamed yet.') @skip('Nested commands cannot be renamed yet.')
def testRenameNested(self): def testRenameNested(self):