Oops, removed a not-so-extra non-blank line.

This commit is contained in:
Jeremy Fincher 2003-09-25 07:38:27 +00:00
parent 12e9e037d4
commit 873fbe20bc
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ class UserCommandsTestCase(PluginTestCase, PluginDocumentation):
self.assertNotError('unregister foo bar')
self.assertRaises(KeyError, ircdb.users.getUserId, 'foo')
def testChangeUsername(self):
self.prefix = self.prefix1
self.assertNotError('register foo bar')
self.prefix = self.prefix2