refactor: rename API

This commit is contained in:
debugtalk
2021-10-10 12:40:32 +08:00
parent 9099410f6e
commit 1a3a714929
11 changed files with 16 additions and 17 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ func TestCaseDemo(t *testing.T) {
},
}
err := httpboomer.Test(t, testcase)
err := httpboomer.Run(t, testcase)
if err != nil {
t.Fatalf("run testcase error: %v", err)
}