fix message util test

This commit is contained in:
sunxyw 2022-04-30 20:12:39 +08:00
parent 8f61ed7561
commit 869d9ed543
No known key found for this signature in database
GPG Key ID: CEA01A083E98C578

View File

@ -53,7 +53,7 @@ class MessageUtilTest extends TestCase
$cmd->method = __FUNCTION__;
EventManager::addEvent(CQCommand::class, $cmd);
$help = resolve(CommandInfoUtil::class)->getHelp(self::class . '@' . __FUNCTION__);
$this->assertEquals('测试命令:无描述', $help);
$this->assertEquals('测试命令:作者很懒,啥也没说', $help);
}
/**