mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 02:49:27 +01:00
Owner: Remove side-effect of renaming test.
This commit is contained in:
parent
39dad55b6f
commit
0d5f8ab05b
@ -99,6 +99,8 @@ class OwnerTestCase(PluginTestCase):
|
||||
self.assertRegexp('help testcommand', 'Tell the bot to join')
|
||||
self.assertRegexp('join', 'not a valid command')
|
||||
self.assertHelp('testcommand')
|
||||
self.assertNotError('unrename Admin')
|
||||
self.assertNotRegexp('list Admin', 'testcommand')
|
||||
|
||||
@skip('Nested commands cannot be renamed yet.')
|
||||
def testRenameNested(self):
|
||||
|
Loading…
Reference in New Issue
Block a user