This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Patrick
/
wechat_hitxy
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
globalPath added angular2 app root
master
Patrick Peng Sun
8 years ago
parent
513f84d44f
commit
6a2c91f686
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
common_test.go
+ 1
- 1
common_test.go
View File
@@ -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) {
Write
Preview
Loading…
Cancel
Save