fix: 修复合并导致的属性缺失问题

修复合并导致的属性缺失问题
This commit is contained in:
song-tianyang 2021-06-16 14:12:36 +08:00 committed by 刘瑞斌
parent ad85f0814f
commit 5cc6e3bf16
1 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,8 @@ public class TestResult {
private String console;
private String runningDebugSampler;
private List<ScenarioResult> scenarios = new ArrayList<>();
private Map<String, Boolean> margeScenariMap = new HashMap<>();