* measurement: fix error of unit test.

This commit is contained in:
zhouxin
2023-07-19 14:27:21 +08:00
parent d200cba4a5
commit f8ad361df4
2 changed files with 6 additions and 2 deletions
@@ -14,6 +14,8 @@ title=count_of_project
timeout=0
cid=1
- 执行calc模块的getResult方法 @25
*/
r($calc->getResult()) && p('') && e('25');
r($calc->getResult()) && p('') && e('100');
@@ -14,6 +14,8 @@ title=count_of_wait_project
timeout=0
cid=1
- 执行calc模块的getResult方法 @100
*/
r($calc->getResult()) && p('') && e('100');
r($calc->getResult()) && p('') && e('25');