refactor: rename API

This commit is contained in:
debugtalk
2021-10-10 12:21:24 +08:00
parent e1411c36da
commit ce06ee09db
11 changed files with 16 additions and 17 deletions

View File

@@ -32,7 +32,7 @@ func TestHttpRunner(t *testing.T) {
}
testcase3 := &TestCasePath{demoTestCaseJSONPath}
err := Test(t, testcase1, testcase2, testcase3)
err := Run(t, testcase1, testcase2, testcase3)
if err != nil {
t.Fatalf("run testcase error: %v", err)
}