refactor: TestCase, TSteps -> Steps

This commit is contained in:
lilong.129
2024-08-19 22:28:21 +08:00
parent 50230adb54
commit a9b864dc96
13 changed files with 66 additions and 65 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ func (s *StepRendezvous) Run(r *SessionRunner) (*StepResult, error) {
}
func isPreRendezvousAllReleased(rendezvous *Rendezvous, testCase *TestCase) bool {
for _, step := range testCase.TSteps {
for _, step := range testCase.Steps {
preRendezvous := step.Rendezvous
if preRendezvous == nil {
continue