refactor: rename initWithParameters

This commit is contained in:
lilong.129
2024-08-20 18:00:01 +08:00
parent 7a4fe847ac
commit 140fef90e9
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -346,7 +346,7 @@ func (b *HRPBoomer) convertBoomerTask(testcase *TestCase, rendezvousList []*Rend
mutex.Lock()
if parametersIterator.HasNext() {
sessionRunner.InitWithParameters(parametersIterator.Next())
sessionRunner.initWithParameters(parametersIterator.Next())
}
mutex.Unlock()