From 6a2c91f686c254bdf6ee48433b48e42117af6d1d Mon Sep 17 00:00:00 2001 From: Patrick Peng Sun Date: Tue, 23 May 2017 22:13:52 +1000 Subject: [PATCH] globalPath added angular2 app root --- common_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {