change: upgrade funplugin to v0.4.0

This commit is contained in:
debugtalk
2022-03-20 10:12:17 +08:00
parent b04b1f9f0f
commit 2bb50d846f
13 changed files with 28 additions and 19 deletions

View File

@@ -74,6 +74,7 @@ func assertRunTestCases(t *testing.T) {
testcase4 := &demoRefTestCaseJSONPath
r := NewRunner(t)
r.SetPluginLogOn()
err := r.Run(testcase1, testcase2, testcase3, testcase4)
if err != nil {
t.Fatalf("run testcase error: %v", err)