diff --git a/test/test_UserCommands.py b/test/test_UserCommands.py index 5ea1e62a6..28444adec 100644 --- a/test/test_UserCommands.py +++ b/test/test_UserCommands.py @@ -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