* Fix unit test of metric.

This commit is contained in:
zhouxin
2024-05-28 14:47:11 +08:00
parent 149f7d85d8
commit 62a51365b7
@@ -19,4 +19,4 @@ zendata('module')->loadYaml('line', true, 4)->gen(200);
$metric = new metricTest();
$calc = $metric->calcMetric(__FILE__);
r($calc->getResult()) && p('0:value') && e('80'); // 测试产品线数
r($calc->getResult()) && p('0:value') && e('100'); // 测试产品线数