* Modify tutorial unit testcase.

This commit is contained in:
hufangzhou
2023-11-20 15:54:24 +08:00
parent 3e3551f90b
commit 6918f02bc4
6 changed files with 22 additions and 23 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ class tutorialTest
if(dao::isError()) return dao::getError();
return $objects[0][0]['products'];
return $objects;
}
/**