fix(工作台): 运行中的测试计划也归类为已执行

This commit is contained in:
Jianguo-Genius 2024-11-21 12:50:24 +08:00 committed by Craftsman
parent 14d364a902
commit d726c9cee4
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ public class TestPlanCoverageDTO {
} }
public void testPlanRunningAutoIncrement() { public void testPlanRunningAutoIncrement() {
unExecute++; executed++;
notPassed++; notPassed++;
running++; running++;
} }