* [misc] Fix unit tests for tutorialModel::getColumn() method

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
liugang
2025-09-29 16:42:05 +08:00
co-authored by Claude
parent befd1d475f
commit fc4e55fcc7
2 changed files with 93 additions and 12 deletions
@@ -852,8 +852,6 @@ class tutorialTest
public function getColumnTest(): object
{
$result = $this->objectModel->getColumn();
if(dao::isError()) return dao::getError();
return $result;
}