diff --git a/test/test_UserCommands.py b/test/test_UserCommands.py index 65c3e59a7..5ea1e62a6 100644 --- a/test/test_UserCommands.py +++ b/test/test_UserCommands.py @@ -45,8 +45,6 @@ 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