docs: update docs

This commit is contained in:
lilong.129
2024-11-09 23:06:38 +08:00
parent cee68da11b
commit a76e8b9a90
13 changed files with 38 additions and 13 deletions
+1 -1
View File
@@ -254,7 +254,7 @@ func TestSessionRunner(t *testing.T) {
t.Fatal()
}
err := sessionRunner.parseStep(step)
err := sessionRunner.parseStepStruct(step)
if err != nil {
t.Fatal()
}