* Change unit test data and result.

This commit is contained in:
caoyanyi
2023-06-01 16:52:19 +08:00
parent 1e79a68808
commit e9257950e8
3 changed files with 10 additions and 11 deletions
+1 -1
View File
@@ -451,7 +451,7 @@ class taskTest
$task = new stdclass();
$task->id = $taskID;
$task->left = 0;
$task->status = 'doing';
$task->status = 'done';
$task->consumed = 0;
$task->assignedTo = '';
$task->realstarted = helper::now();