mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-19 23:20:57 +01:00
Removed an extra blank line.
This commit is contained in:
parent
d3a21e29c0
commit
12e9e037d4
@ -45,8 +45,6 @@ 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…
x
Reference in New Issue
Block a user