fix: data race by summary

This commit is contained in:
debugtalk
2022-04-16 13:47:59 +08:00
parent 3424b51e0e
commit 19479ea4bd
4 changed files with 99 additions and 69 deletions

View File

@@ -353,7 +353,7 @@ func TestInitParametersIteratorContent(t *testing.T) {
ParametersSetting: nil,
},
0,
map[string]interface{}(nil),
map[string]interface{}{},
},
}
for _, data := range testData {