Sfoglia il codice sorgente

globalPath added angular2 app root

master
Patrick Peng Sun 8 anni fa
parent
commit
6a2c91f686
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      common_test.go

+ 1
- 1
common_test.go Vedi 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) {

Loading…
Annulla
Salva