fix: failed to run parameters_test.json

This commit is contained in:
xucong053
2022-03-31 14:25:59 +08:00
parent 78c272ef29
commit 72ea1f65eb
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -177,7 +177,7 @@ type iteratorStrategyType string
const (
strategyRandom iteratorStrategyType = "random"
strategySequential iteratorStrategyType = "Sequential"
strategySequential iteratorStrategyType = "sequential"
)
type iteratorParamsType []map[string]interface{}