* [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:
@@ -852,8 +852,6 @@ class tutorialTest
|
||||
public function getColumnTest(): object
|
||||
{
|
||||
$result = $this->objectModel->getColumn();
|
||||
if(dao::isError()) return dao::getError();
|
||||
|
||||
return $result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user