diff --git a/common_test.go b/common_test.go index 059eb6f..7834420 100644 --- a/common_test.go +++ b/common_test.go @@ -19,7 +19,7 @@ func SetupConfig() { "https://c.hitxy.org.au/", "wechat", "crmwechat.api"} - GlobalPath = PathsConfig{"/tmp"} + GlobalPath = PathsConfig{"/tmp", "/tmp"} } func AssertEqual(t *testing.T, a interface{}, b interface{}, message string) {