mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-30 22:24:20 +01:00
Oops, removed a not-so-extra non-blank line.
This commit is contained in:
parent
12e9e037d4
commit
873fbe20bc
@ -45,6 +45,7 @@ class UserCommandsTestCase(PluginTestCase, PluginDocumentation):
|
|||||||
self.assertNotError('unregister foo bar')
|
self.assertNotError('unregister foo bar')
|
||||||
self.assertRaises(KeyError, ircdb.users.getUserId, 'foo')
|
self.assertRaises(KeyError, ircdb.users.getUserId, 'foo')
|
||||||
|
|
||||||
|
def testChangeUsername(self):
|
||||||
self.prefix = self.prefix1
|
self.prefix = self.prefix1
|
||||||
self.assertNotError('register foo bar')
|
self.assertNotError('register foo bar')
|
||||||
self.prefix = self.prefix2
|
self.prefix = self.prefix2
|
||||||
|
Loading…
Reference in New Issue
Block a user